summaryrefslogtreecommitdiff
path: root/data/minecraft/loot_table/chests/bastion_other.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-06-23 00:31:40 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-06-23 00:32:19 +0200
commit9104556192e966c52b28c2e95e3e9692ed8e7932 (patch)
tree6254218c717f41eb76da3e13f86c1a3c30671bf7 /data/minecraft/loot_table/chests/bastion_other.json
parent86819f1942d1f703d010f93a4c505047b7a358af (diff)
1.21 update && overwrite some hard-coded structures :]
Diffstat (limited to 'data/minecraft/loot_table/chests/bastion_other.json')
-rw-r--r--data/minecraft/loot_table/chests/bastion_other.json11
1 files changed, 11 insertions, 0 deletions
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"
+}