diff options
Diffstat (limited to 'data/minecraft/loot_table')
-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" +} |