Files
minecraft-assets/data/minecraft/loot_tables/entities/sheep/blue.json
2022-05-18 18:37:27 +02:00

25 lines
424 B
JSON

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