{ "name": "Igloo", "rarity": 1, "loot": [ { "type": "golden_apple", "maxAmount": 1, "rarity": 1, "slotTypes": "STORAGE" }, { "type": "coal", "maxAmount": 4, "minAmount": 1, "rarity": 1, "slotTypes": "STORAGE" }, { "type": "apple", "maxAmount": 3, "minAmount": 1, "rarity": 1, "slottypes": "STORAGE" }, { "type": "wheat", "maxamount": 3, "minAmount": 2, "rarity": 2, "slottypes": "STORAGE" }, { "type": "gold_nugget", "maxamount": 3, "minAmount": 1, "rarity": 2, "slottypes": "STORAGE" }, { "type": "rotten_flesh", "maxamount": 1, "rarity": 3, "slottypes": "STORAGE" }, { "type": "stone_axe", "maxamount": 1, "rarity": 6, "slottypes": "STORAGE" }, { "type": "emerald", "maxamount": 1, "rarity": 14, "slottypes": "STORAGE" } ] }