72 lines
No EOL
1.1 KiB
JSON
72 lines
No EOL
1.1 KiB
JSON
{
|
|
"type": "minecraft:entity",
|
|
"pools": [
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "tfc:food/rabbit",
|
|
"conditions": [
|
|
{
|
|
"condition": "tfc:not_predated"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "tfc:small_raw_hide",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:random_chance",
|
|
"chance": 0.5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:bone",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 1,
|
|
"type": "minecraft:uniform"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:rabbit_foot",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:random_chance",
|
|
"chance": 0.1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |