diff --git a/kubejs/data/expatternprovider/loot_tables/blocks/ex_emc_interface.json b/kubejs/data/expatternprovider/loot_tables/blocks/ex_emc_interface.json index 9d73324fe..c1e0b0905 100644 --- a/kubejs/data/expatternprovider/loot_tables/blocks/ex_emc_interface.json +++ b/kubejs/data/expatternprovider/loot_tables/blocks/ex_emc_interface.json @@ -1,20 +1,4 @@ { "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "expatternprovider:ex_emc_interface" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] + "pools": [] } \ No newline at end of file diff --git a/kubejs/data/megacells/loot_tables/blocks/mega_emc_interface.json b/kubejs/data/megacells/loot_tables/blocks/mega_emc_interface.json index b293a6912..c1e0b0905 100644 --- a/kubejs/data/megacells/loot_tables/blocks/mega_emc_interface.json +++ b/kubejs/data/megacells/loot_tables/blocks/mega_emc_interface.json @@ -1,20 +1,4 @@ { "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "megacells:mega_emc_interface" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] + "pools": [] } \ No newline at end of file