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

23 lines
374 B
JSON

{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:light_blue_wool"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"name": "minecraft:entities/sheep"
}
]
}
]
}