From 649d69a2037064945ea699d09de0cc23983d6711 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 10 Jun 2021 10:42:04 +0100 Subject: [PATCH] Fixed breaking indestructible blocks when hardness check is disabled --- .../src/main/resources/enchants/normal/blastmining.yml | 5 ++++- .../core-plugin/src/main/resources/enchants/normal/drill.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/enchants/normal/blastmining.yml b/eco-core/core-plugin/src/main/resources/enchants/normal/blastmining.yml index 088efcad..be55c07c 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/normal/blastmining.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/normal/blastmining.yml @@ -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 \ No newline at end of file + - bedrock + - end_portal_frame + - end_portal + - end_gateway \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/enchants/normal/drill.yml b/eco-core/core-plugin/src/main/resources/enchants/normal/drill.yml index ac97562d..6bac7a69 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/normal/drill.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/normal/drill.yml @@ -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 \ No newline at end of file + - bedrock + - end_portal_frame + - end_portal + - end_gateway \ No newline at end of file