Files
IMoO/loot_tables/entities/sheep_shear.json
T
2022-01-23 21:24:12 +03:00

26 lines
693 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data_from_color_index"
},
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
}
]
}
]
}