From 8da1538f7aba0129d5ea342ed69b556fd84530ca Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 18 Jun 2025 01:01:45 +0100 Subject: [PATCH] loot table for birt dwelling --- .../loot_tables/blocks/birt_dwelling.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 kubejs/data/species/loot_tables/blocks/birt_dwelling.json diff --git a/kubejs/data/species/loot_tables/blocks/birt_dwelling.json b/kubejs/data/species/loot_tables/blocks/birt_dwelling.json new file mode 100644 index 000000000..d0045080e --- /dev/null +++ b/kubejs/data/species/loot_tables/blocks/birt_dwelling.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:asurine" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file