From 50e926d18a91f88952c2feff51e7ef151f063c5c Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Wed, 14 Oct 2020 00:34:04 +0200 Subject: [PATCH] Fixes #2457 --- CHANGELOG.md | 1 + src/main/resources/tags/explosive_shovel_blocks.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d0f0d4a..a0a181b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,7 @@ * Fixed #2468 * Fixed #2414 * Fixed #2454 +* Fixed #2457 ## Release Candidate 16 (07 Sep 2020) https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/#16 diff --git a/src/main/resources/tags/explosive_shovel_blocks.json b/src/main/resources/tags/explosive_shovel_blocks.json index da0f980ff..41b4d4d29 100644 --- a/src/main/resources/tags/explosive_shovel_blocks.json +++ b/src/main/resources/tags/explosive_shovel_blocks.json @@ -1,10 +1,14 @@ { "values" : [ "#minecraft:sand", - "#minecraft:dirt_like", "#slimefun:concrete_powders", - "minecraft:farmland", + "minecraft:dirt", + "minecraft:coarse_dirt", + "minecraft:grass_block", "minecraft:grass_path", + "minecraft:farmland", + "minecraft:podzol", + "minecraft:mycelium", "minecraft:snow", "minecraft:snow_block", "minecraft:gravel",