mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-17 06:05:59 +00:00
26 lines
693 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |