From c5e5ecaa6576b0797274e79b71422e1cb71d1a3c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 7 Dec 2025 16:38:34 +0000 Subject: [PATCH] I can't remember why I made this loot table --- .../loot_tables/blocks/birt_dwelling.json | 20 ------------------- 1 file changed, 20 deletions(-) delete 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 deleted file mode 100644 index d0045080e..000000000 --- a/kubejs/data/species/loot_tables/blocks/birt_dwelling.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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