mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-03 16:53:21 +01:00
Fixed breaking indestructible blocks when hardness check is disabled
This commit is contained in:
parent
4dc04eb2f4
commit
649d69a203
@ -28,4 +28,7 @@ config:
|
||||
enable-sound: true # Play explosion sound
|
||||
hardness-check: true # Only break blocks with hardness less than or equal to first block
|
||||
blacklisted-blocks:
|
||||
- bedrock
|
||||
- bedrock
|
||||
- end_portal_frame
|
||||
- end_portal
|
||||
- end_gateway
|
@ -30,4 +30,7 @@ config:
|
||||
disable-on-sneak: true
|
||||
hardness-check: true # Only break blocks with hardness less than or equal to first block
|
||||
blacklisted-blocks:
|
||||
- bedrock
|
||||
- bedrock
|
||||
- end_portal_frame
|
||||
- end_portal
|
||||
- end_gateway
|
Loading…
Reference in New Issue
Block a user