9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/stronghold/generic.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

97 lines
2.2 KiB
JSON

{
"name": "Library",
"rarity": 1,
"minPicked": 4,
"maxPicked": 9,
"loot": [
{
"type": "paper",
"maxAmount": 12,
"minAmount": 1,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "flint_and_steel",
"maxAmount": 1,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "ender_pearl",
"maxAmount": 2,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "blaze_powder",
"maxamount": 4,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "iron_nugget",
"maxamount": 9,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "stick",
"maxamount": 8,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "arrow",
"maxamount": 7,
"minAmount": 3,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "oak_planks",
"maxamount": 6,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "oak_wood",
"maxamount": 3,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "iron_ingot",
"maxamount": 6,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "gold_ingot",
"maxamount": 4,
"minAmount": 1,
"rarity": 12,
"slottypes": "STORAGE"
},
{
"type": "bread",
"maxamount": 3,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "apple",
"maxamount": 4,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
}
]
}