mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-25 14:44:01 +00:00
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/gameplay/fishing/jungle_junk.json",
|
|
"weight": 10,
|
|
"quality": -2
|
|
},
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/gameplay/fishing/treasure.json",
|
|
"weight": 5,
|
|
"quality": 2
|
|
},
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/gameplay/fishing/jungle_fish.json",
|
|
"weight": 85,
|
|
"quality": -1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |