From 673ee61d783cfc879789470d40a3963ce3b912e7 Mon Sep 17 00:00:00 2001 From: xtex Date: Fri, 28 Jul 2023 16:52:05 +0800 Subject: [PATCH] feat: loot table for reality stabler --- .../loot_tables/blocks/reality_stabler.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 common/src/main/resources/data/quaedam/loot_tables/blocks/reality_stabler.json 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" +}