Fixed breaking indestructible blocks when hardness check is disabled

This commit is contained in:
Auxilor 2021-06-10 10:42:04 +01:00
parent 4dc04eb2f4
commit 649d69a203
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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