1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-18 12:26:00 +00:00
Files
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

27 lines
561 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "loot_tables/gameplay/fishing/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/fish.json",
"weight": 85,
"quality": -1
}
]
}
]
}