remove extra goober/springling loot

This commit is contained in:
Pyritie 2025-10-12 02:18:44 +01:00
parent 6722af3f16
commit 48dc6804ce
2 changed files with 0 additions and 130 deletions

View file

@ -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"
}
}
]
}
]
}
]
}

View file

@ -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"
}
}
]
}
]
}
]
}