mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
Adjust loot & fix syntax
This commit is contained in:
@@ -3,20 +3,20 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "SUGAR_CANE",
|
||||
"type": "sugar_cane",
|
||||
"maxAmount": 12,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "FISHING_ROD",
|
||||
"type": "fishing_rod",
|
||||
"maxAmount": 1,
|
||||
"rarity": 11,
|
||||
"minDurability": 0.5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "SUGAR",
|
||||
"type": "sugar",
|
||||
"maxAmount": 3,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"rarity": 5,
|
||||
"loot": [
|
||||
{
|
||||
"type": "CACTUS",
|
||||
"type": "cactus",
|
||||
"maxAmount": 3,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GREEN_DYE",
|
||||
"type": "green_dye",
|
||||
"maxAmount": 6,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "TORCH",
|
||||
"type": "torch",
|
||||
"maxAmount": 7,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "COBBLESTONE",
|
||||
"type": "cobblestone",
|
||||
"maxAmount": 8,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "LANTERN",
|
||||
"type": "lantern",
|
||||
"maxAmount": 1,
|
||||
"rarity": 9,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,31 +3,31 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "RABBIT_STEW",
|
||||
"type": "rabbit_stew",
|
||||
"maxAmount": 1,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "POTATO",
|
||||
"type": "potato",
|
||||
"maxAmount": 7,
|
||||
"rarity": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WHEAT_SEEDS",
|
||||
"type": "wheat_seeds",
|
||||
"maxAmount": 7,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "POISONOUS_POTATO",
|
||||
"type": "poisonous_potato",
|
||||
"maxAmount": 1,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "SWEET_BERRIES",
|
||||
"type": "sweet_berries",
|
||||
"maxAmount": 4,
|
||||
"rarity": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -1,39 +1,40 @@
|
||||
{
|
||||
"name": "Cold Treasure",
|
||||
"rarity": 1,
|
||||
"minPicked": 0,
|
||||
"loot": [
|
||||
{
|
||||
"type": "IRON_NUGGET",
|
||||
"type": "iron_nugget",
|
||||
"maxAmount": 12,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_INGOT",
|
||||
"type": "iron_ingot",
|
||||
"maxAmount": 5,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "EMERALD",
|
||||
"maxAmount": 5,
|
||||
"type": "emerald",
|
||||
"maxamount": 5,
|
||||
"rarity": 6,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "EMERALD_BLOCK",
|
||||
"maxAmount": 2,
|
||||
"type": "emerald_block",
|
||||
"maxamount": 2,
|
||||
"rarity": 14,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_BLOCK",
|
||||
"maxAmount": 3,
|
||||
"type": "iron_block",
|
||||
"maxamount": 3,
|
||||
"rarity": 11,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "LEATHER_LEGGINGS",
|
||||
"type": "leather_leggings",
|
||||
"maxAmount": 1,
|
||||
"rarity": 97,
|
||||
"minDurability": 0.93,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "APPLE",
|
||||
"type": "apple",
|
||||
"maxAmount": 8,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"rarity": 6,
|
||||
"loot": [
|
||||
{
|
||||
"type": "BLACKSTONE",
|
||||
"type": "blackstone",
|
||||
"maxAmount": 12,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,43 +3,43 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "SPIDER_EYE",
|
||||
"type": "spider_eye",
|
||||
"maxAmount": 1,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BEETROOT_SOUP",
|
||||
"type": "beetroot_soup",
|
||||
"maxAmount": 1,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "COOKIE",
|
||||
"type": "cookie",
|
||||
"maxAmount": 4,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "RABBIT_STEW",
|
||||
"type": "rabbit_stew",
|
||||
"maxAmount": 1,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "PUMPKIN_PIE",
|
||||
"type": "pumpkin_pie",
|
||||
"maxAmount": 1,
|
||||
"rarity": 8,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "POTATO",
|
||||
"type": "potato",
|
||||
"maxAmount": 11,
|
||||
"rarity": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BAKED_POTATO",
|
||||
"type": "baked_potato",
|
||||
"maxAmount": 4,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -1,45 +1,40 @@
|
||||
{
|
||||
"name": "Global Clutter",
|
||||
"rarity": 4,
|
||||
"maxPicked": 3,
|
||||
"loot": [
|
||||
{
|
||||
"type": "STONE",
|
||||
"type": "stone",
|
||||
"maxAmount": 12,
|
||||
"rarity": 12,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STICK",
|
||||
"type": "stick",
|
||||
"maxAmount": 7,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "FLINT",
|
||||
"type": "flint",
|
||||
"maxAmount": 3,
|
||||
"rarity": 14,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "LEATHER",
|
||||
"type": "leather",
|
||||
"maxAmount": 4,
|
||||
"rarity": 24,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BOOK",
|
||||
"type": "book",
|
||||
"maxAmount": 2,
|
||||
"rarity": 17,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BOOK_AND_QUILL",
|
||||
"maxAmount": 1,
|
||||
"rarity": 31,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "LADDER",
|
||||
"type": "ladder",
|
||||
"maxAmount": 12,
|
||||
"rarity": 41,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -2,236 +2,237 @@
|
||||
"name": "Global Tools",
|
||||
"rarity": 1,
|
||||
"maxPicked": 1,
|
||||
"minPicked": 0,
|
||||
"loot": [
|
||||
{
|
||||
"type": "WOODEN_PICKAXE",
|
||||
"maxAmount": 1,
|
||||
"type": "wooden_pickaxe",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.2,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "FLINT_AND_STEEL",
|
||||
"maxAmount": 1,
|
||||
"type": "flint_and_steel",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.2,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
}
|
||||
,{
|
||||
"type": "SHEARS",
|
||||
"maxAmount": 1,
|
||||
"type": "shears",
|
||||
"maxamount": 1,
|
||||
"rarity": 7,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.2,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BOW",
|
||||
"maxAmount": 1,
|
||||
"type": "bow",
|
||||
"maxamount": 1,
|
||||
"rarity": 8,
|
||||
"minDurability": 0.4,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.4,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "ARROW",
|
||||
"maxAmount": 21,
|
||||
"type": "arrow",
|
||||
"maxamount": 21,
|
||||
"rarity": 8,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STONE_PICKAXE",
|
||||
"maxAmount": 1,
|
||||
"type": "stone_pickaxe",
|
||||
"maxamount": 1,
|
||||
"rarity": 4,
|
||||
"minDurability": 0.4,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.4,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_PICKAXE",
|
||||
"maxAmount": 1,
|
||||
"type": "iron_pickaxe",
|
||||
"maxamount": 1,
|
||||
"rarity": 8,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_PICKAXE",
|
||||
"maxAmount": 1,
|
||||
"type": "diamond_pickaxe",
|
||||
"maxamount": 1,
|
||||
"rarity": 12,
|
||||
"minDurability": 0.6,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.6,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_PICKAXE",
|
||||
"maxAmount": 1,
|
||||
"type": "golden_pickaxe",
|
||||
"maxamount": 1,
|
||||
"rarity": 13,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.9,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.9,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WOODEN_SWORD",
|
||||
"maxAmount": 1,
|
||||
"type": "wooden_sword",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.2,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STONE_SWORD",
|
||||
"maxAmount": 1,
|
||||
"type": "stone_sword",
|
||||
"maxamount": 1,
|
||||
"rarity": 4,
|
||||
"minDurability": 0.4,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.4,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_SWORD",
|
||||
"maxAmount": 1,
|
||||
"type": "iron_sword",
|
||||
"maxamount": 1,
|
||||
"rarity": 8,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_SWORD",
|
||||
"maxAmount": 1,
|
||||
"type": "diamond_sword",
|
||||
"maxamount": 1,
|
||||
"rarity": 12,
|
||||
"minDurability": 0.6,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.6,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_SWORD",
|
||||
"maxAmount": 1,
|
||||
"type": "golden_sword",
|
||||
"maxamount": 1,
|
||||
"rarity": 13,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.9,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.9,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WOODEN_AXE",
|
||||
"maxAmount": 1,
|
||||
"type": "wooden_axe",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.2,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STONE_AXE",
|
||||
"maxAmount": 1,
|
||||
"type": "stone_axe",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.4,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.4,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_AXE",
|
||||
"maxAmount": 1,
|
||||
"type": "iron_axe",
|
||||
"maxamount": 1,
|
||||
"rarity": 8,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_AXE",
|
||||
"maxAmount": 1,
|
||||
"type": "diamond_axe",
|
||||
"maxamount": 1,
|
||||
"rarity": 12,
|
||||
"minDurability": 0.6,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.6,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_AXE",
|
||||
"maxAmount": 1,
|
||||
"type": "golden_axe",
|
||||
"maxamount": 1,
|
||||
"rarity": 13,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.9,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.9,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WOODEN_HOE",
|
||||
"maxAmount": 1,
|
||||
"type": "wooden_hoe",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.2,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STONE_HOE",
|
||||
"maxAmount": 1,
|
||||
"type": "stone_hoe",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.4,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.4,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_HOE",
|
||||
"maxAmount": 1,
|
||||
"type": "iron_hoe",
|
||||
"maxamount": 1,
|
||||
"rarity": 8,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_HOE",
|
||||
"maxAmount": 1,
|
||||
"type": "diamond_hoe",
|
||||
"maxamount": 1,
|
||||
"rarity": 12,
|
||||
"minDurability": 0.6,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.6,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_HOE",
|
||||
"maxAmount": 1,
|
||||
"type": "golden_hoe",
|
||||
"maxamount": 1,
|
||||
"rarity": 13,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.9,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.9,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WOODEN_SHOVEL",
|
||||
"maxAmount": 1,
|
||||
"type": "wooden_shovel",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.2,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.2,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STONE_SHOVEL",
|
||||
"maxAmount": 1,
|
||||
"type": "stone_shovel",
|
||||
"maxamount": 1,
|
||||
"rarity": 5,
|
||||
"minDurability": 0.4,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.4,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_SHOVEL",
|
||||
"maxAmount": 1,
|
||||
"type": "iron_shovel",
|
||||
"maxamount": 1,
|
||||
"rarity": 8,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_SHOVEL",
|
||||
"maxAmount": 1,
|
||||
"type": "diamond_shovel",
|
||||
"maxamount": 1,
|
||||
"rarity": 12,
|
||||
"minDurability": 0.6,
|
||||
"maxDurability": 0.8,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.6,
|
||||
"maxdurability": 0.8,
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_SHOVEL",
|
||||
"maxAmount": 1,
|
||||
"type": "golden_shovel",
|
||||
"maxamount": 1,
|
||||
"rarity": 13,
|
||||
"minDurability": 0.5,
|
||||
"maxDurability": 0.9,
|
||||
"slotTypes": "STORAGE"
|
||||
"mindurability": 0.5,
|
||||
"maxdurability": 0.9,
|
||||
"slottypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,49 +1,50 @@
|
||||
{
|
||||
"name": "Global Treasure",
|
||||
"rarity": 1,
|
||||
"maxPicked": 2,
|
||||
"maxPicked": 1,
|
||||
"minPicked": 0,
|
||||
"loot": [
|
||||
{
|
||||
"type": "DIAMOND",
|
||||
"maxAmount": 5,
|
||||
"type": "diamond",
|
||||
"maxamount": 5,
|
||||
"rarity": 6,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "ENDER_PEARL",
|
||||
"maxAmount": 3,
|
||||
"type": "ender_pearl",
|
||||
"maxamount": 3,
|
||||
"rarity": 9,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "NAME_TAG",
|
||||
"maxAmount": 1,
|
||||
"type": "name_tag",
|
||||
"maxamount": 1,
|
||||
"rarity": 12,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_INGOT",
|
||||
"maxAmount": 5,
|
||||
"type": "iron_ingot",
|
||||
"maxamount": 5,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "IRON_NUGGET",
|
||||
"maxAmount": 7,
|
||||
"type": "iron_nugget",
|
||||
"maxamount": 7,
|
||||
"rarity": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLD_NUGGET",
|
||||
"maxAmount": 6,
|
||||
"type": "gold_nugget",
|
||||
"maxamount": 6,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "REDSTONE",
|
||||
"maxAmount": 11,
|
||||
"type": "redstone",
|
||||
"maxamount": 11,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
"slottypes": "STORAGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -3,13 +3,13 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "ROTTEN_FLESH",
|
||||
"type": "rotten_flesh",
|
||||
"maxAmount": 3,
|
||||
"rarity": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "DRIED_KELP",
|
||||
"type": "dried_kelp",
|
||||
"maxAmount": 6,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -1,33 +1,34 @@
|
||||
{
|
||||
"name": "Hot Treasure",
|
||||
"rarity": 1,
|
||||
"minPicked": 0,
|
||||
"loot": [
|
||||
{
|
||||
"type": "LAPIS_LAZULI",
|
||||
"type": "lapis_lazuli",
|
||||
"maxAmount": 12,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLD_INGOT",
|
||||
"type": "gold_ingot",
|
||||
"maxAmount": 5,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLD_NUGGET",
|
||||
"type": "gold_nugget",
|
||||
"maxAmount": 8,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BLAZE_POWDER",
|
||||
"type": "blaze_powder",
|
||||
"maxAmount": 1,
|
||||
"rarity": 38,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_BOOTS",
|
||||
"type": "golden_boots",
|
||||
"maxAmount": 1,
|
||||
"rarity": 85,
|
||||
"minDurability": 0.93,
|
||||
|
||||
@@ -3,25 +3,25 @@
|
||||
"rarity": 4,
|
||||
"loot": [
|
||||
{
|
||||
"type": "RED_MUSHROOM",
|
||||
"type": "red_mushroom",
|
||||
"maxAmount": 5,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BROWN_MUSHROOM",
|
||||
"type": "brown_mushroom",
|
||||
"maxAmount": 5,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WARPED_FUNGUS",
|
||||
"type": "warped_fungus",
|
||||
"maxAmount": 3,
|
||||
"rarity": 21,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "CRIMSON_FUNGUS",
|
||||
"type": "crimson_fungus",
|
||||
"maxAmount": 3,
|
||||
"rarity": 21,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "SPIDER_EYE",
|
||||
"type": "spider_eye",
|
||||
"maxAmount": 3,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BEETROOT",
|
||||
"type": "beetroot",
|
||||
"maxAmount": 5,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "MUSHROOM_STEW",
|
||||
"type": "mushroom_stew",
|
||||
"maxAmount": 1,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,37 +3,37 @@
|
||||
"rarity": 3,
|
||||
"loot": [
|
||||
{
|
||||
"type": "WET_SPONGE",
|
||||
"type": "wet_sponge",
|
||||
"maxAmount": 5,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "SPONGE",
|
||||
"type": "sponge",
|
||||
"maxAmount": 2,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "KELP",
|
||||
"type": "kelp",
|
||||
"maxAmount": 27,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "FISHING_ROD",
|
||||
"type": "fishing_rod",
|
||||
"maxAmount": 1,
|
||||
"rarity": 11,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "PUFFERFISH",
|
||||
"type": "pufferfish",
|
||||
"maxAmount": 2,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "TURTLE_HELMET",
|
||||
"type": "turtle_helmet",
|
||||
"maxAmount": 1,
|
||||
"rarity": 36,
|
||||
"enchantments": [
|
||||
@@ -100,7 +100,7 @@
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "TRIDENT",
|
||||
"type": "trident",
|
||||
"maxAmount": 1,
|
||||
"rarity": 36,
|
||||
"enchantments": [
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"rarity": 3,
|
||||
"loot": [
|
||||
{
|
||||
"type": "SNOWBALL",
|
||||
"type": "snowball",
|
||||
"maxAmount": 9,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "PACKED_ICE",
|
||||
"type": "packed_ice",
|
||||
"maxAmount": 3,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BLUE_ICE",
|
||||
"type": "blue_ice",
|
||||
"maxAmount": 2,
|
||||
"rarity": 9,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"rarity": 4,
|
||||
"loot": [
|
||||
{
|
||||
"type": "STRING",
|
||||
"type": "string",
|
||||
"maxAmount": 5,
|
||||
"rarity": 4,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "RED_MUSHROOM",
|
||||
"type": "red_mushroom",
|
||||
"maxAmount": 2,
|
||||
"rarity": 14,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BROWN_MUSHROOM",
|
||||
"type": "brown_mushroom",
|
||||
"maxAmount": 2,
|
||||
"rarity": 14,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "SPIDER_EYE",
|
||||
"type": "spider_eye",
|
||||
"maxAmount": 3,
|
||||
"rarity": 6,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "CARROT",
|
||||
"type": "carrot",
|
||||
"maxAmount": 7,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "BEETROOT",
|
||||
"type": "beetroot",
|
||||
"maxAmount": 5,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"rarity": 4,
|
||||
"loot": [
|
||||
{
|
||||
"type": "OAK_PLANKS",
|
||||
"type": "oak_planks",
|
||||
"maxAmount": 3,
|
||||
"rarity": 6,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "STICK",
|
||||
"type": "stick",
|
||||
"maxAmount": 4,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "OAK_WOOD",
|
||||
"type": "oak_wood",
|
||||
"maxAmount": 3,
|
||||
"rarity": 12,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,25 +3,25 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "BREAD",
|
||||
"type": "bread",
|
||||
"maxAmount": 2,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WHEAT",
|
||||
"type": "wheat",
|
||||
"maxAmount": 7,
|
||||
"rarity": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "CARROT",
|
||||
"type": "carrot",
|
||||
"maxAmount": 7,
|
||||
"rarity": 3,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "WHEAT_SEEDS",
|
||||
"type": "wheat_seeds",
|
||||
"maxAmount": 7,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"rarity": 2,
|
||||
"loot": [
|
||||
{
|
||||
"type": "MELON_SLICE",
|
||||
"type": "melon_slice",
|
||||
"maxAmount": 9,
|
||||
"rarity": 2,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "COOKIE",
|
||||
"type": "cookie",
|
||||
"maxAmount": 3,
|
||||
"rarity": 5,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "DRIED_KELP",
|
||||
"type": "dried_kelp",
|
||||
"maxAmount": 3,
|
||||
"rarity": 1,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
{
|
||||
"name": "Tropical Treasure",
|
||||
"rarity": 6,
|
||||
"minPicked": 0,
|
||||
"loot": [
|
||||
{
|
||||
"type": "GLISTERING_MELON_SLICE",
|
||||
"type": "glistering_melon_slice",
|
||||
"maxAmount": 1,
|
||||
"rarity": 7,
|
||||
"slotTypes": "STORAGE"
|
||||
},
|
||||
{
|
||||
"type": "REPEATER",
|
||||
"type": "repeater",
|
||||
"maxAmount": 3,
|
||||
"rarity": 22,
|
||||
"slotTypes": "STORAGE"
|
||||
|
||||
Reference in New Issue
Block a user