diff --git a/common/src/main/resources/data/quaedam/loot_tables/blocks/reality_stabler.json b/common/src/main/resources/data/quaedam/loot_tables/blocks/reality_stabler.json new file mode 100644 index 0000000..1a403b9 --- /dev/null +++ b/common/src/main/resources/data/quaedam/loot_tables/blocks/reality_stabler.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "name": "quaedam:reality_stabler" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ], + "random_sequence": "quaedam:block/reality_stabler" +}