From ce6944c9b634a12762953ae2fc0e307a130d0cf4 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 20 Apr 2025 14:01:28 +0100 Subject: [PATCH] don't need any more --- .../lootr/loot_table/blocks/lootr_chest.json | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 kubejs/data/lootr/loot_table/blocks/lootr_chest.json diff --git a/kubejs/data/lootr/loot_table/blocks/lootr_chest.json b/kubejs/data/lootr/loot_table/blocks/lootr_chest.json deleted file mode 100644 index 07e34f885..000000000 --- a/kubejs/data/lootr/loot_table/blocks/lootr_chest.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "bonus_rolls": 0.0, - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ], - "entries": [ - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:copy_components", - "include": [ - "minecraft:custom_name" - ], - "source": "block_entity" - } - ], - "name": "tfc:wood/chest/hickory" - } - ], - "rolls": 1.0 - } - ], - "random_sequence": "lootr:blocks/lootr_chest" -} \ No newline at end of file