From 75e5106866df32b09acceccaa9c21fad07e4bf7c 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