mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-16 22:15:51 +00:00
41 lines
1.0 KiB
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|