From ddf9fb3a09ba788d3dfcd4f67fa7fa6a6022fea3 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Mon, 15 May 2023 18:40:11 +0200 Subject: [PATCH] fixed missing Fletching Stairs loottable --- .../nec/loot_tables/blocks/fletching_stairs.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/resources/data/nec/loot_tables/blocks/fletching_stairs.json diff --git a/src/main/resources/data/nec/loot_tables/blocks/fletching_stairs.json b/src/main/resources/data/nec/loot_tables/blocks/fletching_stairs.json new file mode 100644 index 0000000..db09a93 --- /dev/null +++ b/src/main/resources/data/nec/loot_tables/blocks/fletching_stairs.json @@ -0,0 +1,14 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "nec:fletching_stairs" + } + ] + } + ] +} +