From 4e17a341c32cc7b75535eeca2edac15a1286d672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20Vo=C3=9Fg=C3=A4tter?= Date: Mon, 20 Dec 2021 23:30:56 +0100 Subject: [PATCH] Rubber leaves are mineable with a hoe now (#2668) Thanks to LauchInterceptor --- .../resources/data/minecraft/tags/blocks/mineable/hoe.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/data/minecraft/tags/blocks/mineable/hoe.json diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/hoe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/hoe.json new file mode 100644 index 000000000..c7a0bd3ee --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/hoe.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "techreborn:rubber_leaves" + ] +} \ No newline at end of file