From 9104556192e966c52b28c2e95e3e9692ed8e7932 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 23 Jun 2024 00:31:40 +0200 Subject: 1.21 update && overwrite some hard-coded structures :] --- data/minecraft/loot_table/chests/bastion_other.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/minecraft/loot_table/chests/bastion_other.json (limited to 'data/minecraft/loot_table/chests/bastion_other.json') diff --git a/data/minecraft/loot_table/chests/bastion_other.json b/data/minecraft/loot_table/chests/bastion_other.json new file mode 100644 index 0000000..f29ea85 --- /dev/null +++ b/data/minecraft/loot_table/chests/bastion_other.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0, + "entries": [] + } + ], + "random_sequence": "minecraft:chests/bastion_other" +} -- cgit v1.2.3