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

26 lines
703 B
JSON

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