9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/loot/forest-food.json
Brian Fopiano 6f055fa2b0 Loot Overhaul
2021-06-19 21:57:04 -07:00

51 lines
1.2 KiB
JSON

{
"name": "Forest Food",
"rarity": 2,
"loot": [
{
"type": "apple",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "oak_sapling",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "spruce_sapling",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "dark_oak_sapling",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "oak_planks",
"maxAmount": 19,
"rarity": 3,
"slotTypes": "STORAGE"
},{
"type": "chest",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
},{
"type": "stone_axe",
"maxAmount": 2,
"rarity": 3,
"slotTypes": "STORAGE"
},{
"type": "grass_path",
"maxAmount": 8,
"rarity": 3,
"slotTypes": "STORAGE"
}
]
}