mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
49 lines
1.0 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|