30 lines
717 B
JSON
30 lines
717 B
JSON
|
{
|
||
|
"pools": [
|
||
|
{
|
||
|
"rolls": 1,
|
||
|
"entries": [
|
||
|
{
|
||
|
"type": "item",
|
||
|
"name": "minecraft:wool",
|
||
|
"weight": 1,
|
||
|
"functions": [
|
||
|
{
|
||
|
"function": "minecraft:set_data",
|
||
|
"data": 2
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"rolls": 1,
|
||
|
"entries": [
|
||
|
{
|
||
|
"type": "loot_table",
|
||
|
"name": "minecraft:entities/sheep",
|
||
|
"weight": 1
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|