59 lines
No EOL
923 B
JSON
59 lines
No EOL
923 B
JSON
{
|
|
"type": "minecraft:entity",
|
|
"pools": [
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "tfg:food/raw_walker_steak",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 10,
|
|
"max": 25
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:bone",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 4,
|
|
"max": 10,
|
|
"type": "minecraft:uniform"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "wan_ancient_beasts:walker_egg",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:random_chance",
|
|
"chance": 0.1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |