Files
minecraft-assets/data/minecraft/loot_tables/entities/sheep/light_blue.json
2022-11-16 18:37:49 +01:00

25 lines
430 B
JSON

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