1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-25 15:54:02 +00:00
2024-04-18 09:00:46 -07:00

20 lines
321 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:water_bucket",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": 1.0
}
]
}
]
}
]
}