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

@ -29,3 +29,6 @@ config:
hardness-check: true # Only break blocks with hardness less than or equal to first block hardness-check: true # Only break blocks with hardness less than or equal to first block
blacklisted-blocks: blacklisted-blocks:
- bedrock - bedrock
- end_portal_frame
- end_portal
- end_gateway

View File

@ -31,3 +31,6 @@ config:
hardness-check: true # Only break blocks with hardness less than or equal to first block hardness-check: true # Only break blocks with hardness less than or equal to first block
blacklisted-blocks: blacklisted-blocks:
- bedrock - bedrock
- end_portal_frame
- end_portal
- end_gateway