mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
51 lines
1.2 KiB
JSON
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"
|
|
}
|
|
]
|
|
} |