neuralgia/kubejs/data/tfg/loot_tables/entities/sniffer.json

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": 6,
"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": 7,
"max": 8,
"type": "minecraft:uniform"
}
}
]
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tfc:large_raw_hide"
}
]
}
]
}