1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-16 22:15:51 +00:00
Files
Mike Ammerlaan f653a0493b v1.21.110.2
2025-09-30 08:49:54 -07:00

41 lines
1.0 KiB
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:copper_ingot",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
}
]
},
{
"conditions": [
{
"condition": "bool_property",
"domain": "minecraft:has_flower",
"value": true
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:poppy",
"weight": 1
}
]
}
]
}