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

80 lines
No EOL
2.4 KiB
JSON

{
"__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_wraptor",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "tfc:animal_yield",
"min": 2,
"max": {
"type": "minecraft:uniform",
"min": 4,
"max": 7
}
}
}
]
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:bone",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 3,
"type": "minecraft:uniform"
}
}
]
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:feather",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 5,
"type": "minecraft:uniform"
}
}
]
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tfc:small_raw_hide"
}
]
}
]
}