mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-03 14:12:09 +00:00
45 lines
1023 B
JSON
45 lines
1023 B
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"
|
|
}
|
|
]
|
|
} |