Files
minecraft-assets/data/minecraft/loot_tables/entities/sheep/pink.json
2018-12-21 06:38:40 +00:00

24 lines
512 B
JSON

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