From 6d5a805160501a0ca5a491d69bd6e2ce7f420a16 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 22 Oct 2022 10:15:41 +0200 Subject: [PATCH] fixed blocks breaking slowly closes #154 --- .../data/minecraft/tags/blocks/mineable/pickaxe.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json new file mode 100644 index 0000000..1741f57 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -0,0 +1,8 @@ +{ + "values": [ + "prettypipes:pipe", + "prettypipes:item_terminal", + "prettypipes:crafting_terminal", + "prettypipes:pressurizer" + ] +} \ No newline at end of file