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

49 lines
1.0 KiB
JSON

{
"name": "Forest Food",
"rarity": 1,
"maxPicked": 2,
"minPicked": 0,
"loot": [
{
"type": "apple",
"maxAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "oak_sapling",
"maxAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "spruce_sapling",
"maxAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "dark_oak_sapling",
"maxAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "oak_planks",
"maxAmount": 19,
"slotTypes": "STORAGE"
},
{
"type": "chest",
"maxAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "stone_axe",
"maxAmount": 2,
"slotTypes": "STORAGE"
},
{
"type": "dirt_path",
"maxAmount": 8,
"slotTypes": "STORAGE"
}
]
}