diff --git a/kubejs/data/species/loot_tables/entities/goober.json b/kubejs/data/species/loot_tables/entities/goober.json deleted file mode 100644 index 57f9bdfc7..000000000 --- a/kubejs/data/species/loot_tables/entities/goober.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "minecraft:entity", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:food/raw_goober_meat", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 5, - "type": "minecraft:uniform" - } - } - ] - } - ] - }, - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:slime_ball", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 0, - "max": 3, - "type": "minecraft:uniform" - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/kubejs/data/species/loot_tables/entities/springling.json b/kubejs/data/species/loot_tables/entities/springling.json deleted file mode 100644 index ac522db86..000000000 --- a/kubejs/data/species/loot_tables/entities/springling.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "__comment__": "This file was automatically created by mcresources", - "type": "minecraft:entity", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "tfg:food/raw_springling_chops", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 6 - } - } - ] - } - ] - }, - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:bone", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 1, - "max": 3, - "type": "minecraft:uniform" - } - } - ] - } - ] - }, - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "gtceu:copper_spring", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 0, - "max": 1, - "type": "minecraft:uniform" - } - } - ] - } - ] - } - ] -} \ No newline at end of file