mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-03 22:16:20 +00:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "Maze",
|
|
"rarity": 1,
|
|
"minPicked": 3,
|
|
"maxPicked": 8,
|
|
"loot": [
|
|
{
|
|
"type": "lapis_lazuli",
|
|
"maxAmount": 12,
|
|
"rarity": 6,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "gold_ingot",
|
|
"maxAmount": 5,
|
|
"rarity": 4,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "gold_nugget",
|
|
"maxAmount": 8,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "blaze_powder",
|
|
"maxAmount": 5,
|
|
"rarity": 8,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "redstone",
|
|
"maxAmount": 12,
|
|
"rarity": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "emerald",
|
|
"maxAmount": 3,
|
|
"rarity": 12,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "diamond",
|
|
"maxAmount": 2,
|
|
"rarity": 12,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_sword",
|
|
"maxAmount": 1,
|
|
"rarity": 13,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|