mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"name": "Savanna",
|
|
"rarity": 1,
|
|
"loot": [
|
|
{
|
|
"type": "wheat_seeds",
|
|
"maxAmount": 5,
|
|
"minAmount": 1,
|
|
"rarity": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "bread",
|
|
"maxAmount": 4,
|
|
"minAmount": 1,
|
|
"rarity": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "acacia_sapling",
|
|
"maxAmount": 2,
|
|
"minAmount": 1,
|
|
"rarity": 1,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "short_grass",
|
|
"maxamount": 1,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "tall_grass",
|
|
"maxamount": 1,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "emerald",
|
|
"maxamount": 4,
|
|
"minAmount": 1,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "gold_nugget",
|
|
"maxamount": 3,
|
|
"minAmount": 1,
|
|
"rarity": 8,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "torch",
|
|
"maxamount": 2,
|
|
"minAmount": 1,
|
|
"rarity": 8,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "bucket",
|
|
"maxamount": 1,
|
|
"rarity": 8,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "saddle",
|
|
"maxamount": 1,
|
|
"rarity": 8,
|
|
"slottypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|