1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-25 14:44:01 +00:00
Mike Ammerlaan 13737dc4cb 1.19.40.23
2022-10-04 08:25:43 -07:00

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
}
]
}
]
}