9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/loot/stronghold/maze.json
Brian Fopiano 4d7403f685 New command added to iris
/iris std beautify <project>
or just 
/iris std beautify
while in a proj
2021-07-05 02:22:24 -07:00

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