mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-16 04:31:22 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2856223878
@ -27,11 +27,15 @@ public class Replenish extends EcoEnchant {
|
||||
return;
|
||||
}
|
||||
|
||||
if (block.getType() == Material.SUGAR_CANE || block.getType() == Material.SWEET_BERRY_BUSH) {
|
||||
if (block.getType() == Material.GLOW_BERRIES || block.getType() == Material.SWEET_BERRY_BUSH) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (block.getType() == Material.GLOW_BERRIES) {
|
||||
if (block.getType() == Material.CACTUS || block.getType() == Material.BAMBOO) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (block.getType() == Material.CHORUS_FLOWER || block.getType() == Material.SUGAR_CANE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -30,6 +30,8 @@ config:
|
||||
hardness-check: true # Only break blocks with hardness less than or equal to first block
|
||||
blacklisted-blocks:
|
||||
- bedrock
|
||||
- end_portal_frame
|
||||
- end_portal
|
||||
base-bonus: 2 # Base extra blocks on all sides to break (1 = 3x3x3, 2 = 5x5x5, 3 = 7x7x7)
|
||||
per-level-bonus: 1 # Extra blocks on all sides per level
|
||||
not-while-sneaking: true
|
||||
not-while-sneaking: true
|
||||
|
Loading…
Reference in New Issue
Block a user