mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-25 17:04:04 +00:00
19 lines
290 B
JSON
19 lines
290 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:fish",
|
|
"weight": 60
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:salmon",
|
|
"weight": 40
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |