minecraft-assets/data/minecraft/loot_tables/entities/sheep/red.json

25 lines
423 B
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:red_wool"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:loot_table",
"name": "minecraft:entities/sheep"
}
],
"rolls": 1.0
}
]
}