neuralgia/kubejs/data/tfg/loot_tables/entities/sniffer.json
GameStar 848dc99bf8
some modpack cleanup from glacian ram/sniffer (#1617)
* whitespace changes

* some animal compat

* snifferified recipes

* nest box recipe
2025-08-13 11:06:50 -05:00

60 lines
No EOL
1.3 KiB
JSON

{
"__comment__": "This file was automatically created by mcresources",
"type": "minecraft:entity",
"pools": [
{
"name": "loot_pool",
"rolls": 2,
"entries": [
{
"type": "minecraft:item",
"name": "tfg:food/raw_sniffer_beef",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "tfc:animal_yield",
"min": 4,
"max": {
"type": "minecraft:uniform",
"min": 12,
"max": 18
}
}
}
]
}
]
},
{
"name": "loot_pool",
"rolls": 2,
"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": "tfc:large_raw_hide"
}
]
}
]
}