mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-04 17:03:24 +01:00
Fixed breaking indestructible blocks when hardness check is disabled
This commit is contained in:
parent
4dc04eb2f4
commit
649d69a203
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user