1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-18 13:35:59 +00:00
Files
Mike Ammerlaan c989e80c35 v1.21.0.3
2024-06-13 09:45:16 -07:00

38 lines
1.0 KiB
JSON

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