mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 00:12:07 +00:00
20 lines
321 B
JSON
20 lines
321 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:water_bucket",
|
|
"weight": 1,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": 1.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |