diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 00:31:40 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-06-23 00:32:19 +0200 |
commit | 9104556192e966c52b28c2e95e3e9692ed8e7932 (patch) | |
tree | 6254218c717f41eb76da3e13f86c1a3c30671bf7 /data/minecraft/loot_table/chests | |
parent | 86819f1942d1f703d010f93a4c505047b7a358af (diff) |
1.21 update && overwrite some hard-coded structures :]
Diffstat (limited to 'data/minecraft/loot_table/chests')
-rw-r--r-- | data/minecraft/loot_table/chests/bastion_other.json | 11 |
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" +} |