diff --git a/loot/beach-clutter.json b/loot/beach-clutter.json index 6be2b5e0..798c5f89 100644 --- a/loot/beach-clutter.json +++ b/loot/beach-clutter.json @@ -2,7 +2,7 @@ "name": "Beach Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 1, + "minPicked": 0, "loot": [ { "type": "sugar_cane", @@ -19,6 +19,16 @@ "type": "sugar", "maxAmount": 3, "slotTypes": "STORAGE" + }, + { + "type": "sand", + "maxAmount": 8, + "slotTypes": "STORAGE" + }, + { + "type": "clay", + "maxAmount": 3, + "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/cactus-clutter.json b/loot/cactus-clutter.json index 512b8be8..05420d6b 100644 --- a/loot/cactus-clutter.json +++ b/loot/cactus-clutter.json @@ -1,8 +1,8 @@ { "name": "Cactus Clutter", "rarity": 1, - "maxPicked": 1, - "minPicked": 1, + "maxPicked": 2, + "minPicked": 0, "loot": [ { "type": "cactus", @@ -15,4 +15,4 @@ "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/cave-clutter.json b/loot/cave-clutter.json index 2852ed72..62ad32f1 100644 --- a/loot/cave-clutter.json +++ b/loot/cave-clutter.json @@ -2,7 +2,7 @@ "name": "Cave Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 1, + "minPicked": 0, "loot": [ { "type": "torch", @@ -28,6 +28,22 @@ "type": "deepslate", "maxAmount": 10, "slotTypes": "STORAGE" + }, + { + "type": "black_candle", + "maxAmount": 5, + "slotTypes": "STORAGE" + }, + { + "type": "amethyst_cluster", + "maxAmount": 2, + "slotTypes": "STORAGE" + }, + { + "type": "skeleton_skull", + "maxAmount": 1, + "rarity": 2, + "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/cold-food.json b/loot/cold-food.json index fbe75447..7a652068 100644 --- a/loot/cold-food.json +++ b/loot/cold-food.json @@ -1,7 +1,7 @@ { "name": "Cold Food", "rarity": 1, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 0, "loot": [ { @@ -26,8 +26,8 @@ }, { "type": "sweet_berries", - "maxAmount": 2, + "maxAmount": 4, "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/cold-treasure.json b/loot/cold-treasure.json index d4cf8e24..b6006430 100644 --- a/loot/cold-treasure.json +++ b/loot/cold-treasure.json @@ -1,7 +1,7 @@ { "name": "Cold Treasure", "rarity": 1, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 1, "loot": [ { @@ -10,6 +10,12 @@ "minAmount": 2, "slotTypes": "STORAGE" }, + { + "type": "tinted_glass", + "maxAmount": 4, + "minAmount": 2, + "slotTypes": "STORAGE" + }, { "type": "iron_ingot", "maxAmount": 5, @@ -40,52 +46,35 @@ "maxDurability": 1, "displayName": "Lucky Pyro Pants", "lore": [ - "The perfect pants to wear while ", - "burning oneself or diving into an ", - "explosion. They're a bit lucky too." - ], + "The perfect pants to wear while ","burning oneself or diving into an ","explosion. They're a bit lucky too."], "enchantments": [ { - "enchantment": "PROTECTION_EXPLOSIONS", - "maxLevel": 7, + "enchantment": "PROTECTION_EXPLOSIONS", "maxLevel": 7, "minLevel": 3 }, { - "enchantment": "PROTECTION_FIRE", - "maxLevel": 7, + "enchantment": "PROTECTION_FIRE", "maxLevel": 7, "minLevel": 3 - } - ], + }], "attributes": [ { - "attribute": "GENERIC_LUCK", - "operation": "ADD_NUMBER", - "maxAmount": 0.1, + "attribute": "GENERIC_LUCK", "operation": "ADD_NUMBER", "maxAmount": 0.1, "minAmount": 0.07, "name": "LUCK" }, { - "attribute": "GENERIC_ARMOR", - "operation": "ADD_NUMBER", - "maxAmount": 4, + "attribute": "GENERIC_ARMOR", "operation": "ADD_NUMBER", "maxAmount": 4, "minAmount": 2, "name": "RRM" }, { - "attribute": "GENERIC_MAX_HEALTH", - "operation": "ADD_NUMBER", - "maxAmount": 4, + "attribute": "GENERIC_MAX_HEALTH", "operation": "ADD_NUMBER", "maxAmount": 4, "minAmount": 2, "name": "RRM" - } - ], + }], "itemFlags": [ - "HIDE_ATTRIBUTES", - "HIDE_ENCHANTS", - "HIDE_PLACED_ON", - "HIDE_POTION_EFFECTS" - ], + "HIDE_ATTRIBUTES","HIDE_ENCHANTS","HIDE_PLACED_ON","HIDE_POTION_EFFECTS"], "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/frozen-clutter.json b/loot/frozen-clutter.json index 15362cf1..a2994368 100644 --- a/loot/frozen-clutter.json +++ b/loot/frozen-clutter.json @@ -24,6 +24,21 @@ "type": "wheat", "maxAmount": 6, "slotTypes": "STORAGE" + }, + { + "type": "cobblestone", + "maxAmount": 7, + "slotTypes": "STORAGE" + }, + { + "type": "diorite", + "maxAmount": 7, + "slotTypes": "STORAGE" + }, + { + "type": "blue_candle", + "maxAmount": 3, + "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/global-clutter.json b/loot/global-clutter.json index a571266b..b674e324 100644 --- a/loot/global-clutter.json +++ b/loot/global-clutter.json @@ -2,7 +2,7 @@ "name": "Global Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 1, + "minPicked": 0, "loot": [ { "type": "stone", @@ -33,6 +33,17 @@ "type": "ladder", "maxAmount": 2, "slotTypes": "STORAGE" + }, + { + "type": "torch", + "maxAmount": 4, + "slotTypes": "STORAGE" + }, + { + "type": "lightning_rod", + "maxAmount": 4, + "rarity": 3, + "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/global-tools.json b/loot/global-tools.json index 02fe9c4d..c28868d9 100644 --- a/loot/global-tools.json +++ b/loot/global-tools.json @@ -135,41 +135,6 @@ "maxdurability": 0.9, "slottypes": "STORAGE" }, - { - "type": "wooden_hoe", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "stone_hoe", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "iron_hoe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "diamond_hoe", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "golden_hoe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, - "slottypes": "STORAGE" - }, { "type": "wooden_shovel", "maxamount": 1, diff --git a/loot/global-treasure.json b/loot/global-treasure.json index 4c6317af..e677ec7e 100644 --- a/loot/global-treasure.json +++ b/loot/global-treasure.json @@ -1,17 +1,19 @@ { "name": "Global Treasure", "rarity": 1, - "maxPicked": 1, - "minPicked": 1, + "maxPicked": 2, + "minPicked": 0, "loot": [ { "type": "diamond", - "maxamount": 1, + "maxamount": 3, + "rarity": 2, "slottypes": "STORAGE" }, { "type": "ender_pearl", - "maxamount": 1, + "maxamount": 2, + "rarity": 2, "slottypes": "STORAGE" }, { @@ -21,12 +23,14 @@ }, { "type": "obsidian", - "maxamount": 1, + "maxamount": 4, + "rarity": 2, "slottypes": "STORAGE" }, { "type": "iron_ingot", - "maxamount": 3, + "maxamount": 4, + "rarity": 2, "slottypes": "STORAGE" }, { @@ -46,4 +50,4 @@ "slottypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/hot-food.json b/loot/hot-food.json index b633e8b2..8e2ffdaf 100644 --- a/loot/hot-food.json +++ b/loot/hot-food.json @@ -13,6 +13,16 @@ "type": "dried_kelp", "maxAmount": 6, "slotTypes": "STORAGE" + }, + { + "type": "baked_potato", + "maxAmount": 6, + "slotTypes": "STORAGE" + }, + { + "type": "wheat", + "maxAmount": 6, + "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/hot-treasure.json b/loot/hot-treasure.json index b53caa7e..90a719cc 100644 --- a/loot/hot-treasure.json +++ b/loot/hot-treasure.json @@ -1,7 +1,7 @@ { "name": "Hot Treasure", "rarity": 1, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 1, "loot": [ { @@ -24,59 +24,49 @@ "maxAmount": 1, "slotTypes": "STORAGE" }, + { + "type": "tnt", + "maxAmount": 1, + "slotTypes": "STORAGE" + }, { "type": "golden_boots", + "rarity": 5, "maxAmount": 1, "minDurability": 0.93, "maxDurability": 1, "displayName": "Golden Dashers", "lore": [ - "Dash around with these boots so long", - "as they dont get damaged. Also enjoy", - "less health and armor while doing so." - ], - "enchantments": [{ - "enchantment": "SOUL_SPEED", - "maxLevel": 5, - "minLevel": 3 - }], + "Dash around with these boots so long","as they dont get damaged. Also enjoy","less health and armor while doing so."], + "enchantments": [ + { + "enchantment": "SOUL_SPEED", "maxLevel": 5, + "minLevel": 3 + }], "attributes": [ { - "attribute": "GENERIC_MOVEMENT_SPEED", - "operation": "ADD_NUMBER", - "maxAmount": 0.35, + "attribute": "GENERIC_MOVEMENT_SPEED", "operation": "ADD_NUMBER", "maxAmount": 0.35, "minAmount": 0.2, "name": "SPUDD" }, { - "attribute": "GENERIC_ATTACK_SPEED", - "operation": "ADD_NUMBER", - "maxAmount": 0.1, + "attribute": "GENERIC_ATTACK_SPEED", "operation": "ADD_NUMBER", "maxAmount": 0.1, "minAmount": 0.05, "name": "ATTAKK" }, { - "attribute": "GENERIC_MAX_HEALTH", - "operation": "ADD_NUMBER", - "maxAmount": -7, + "attribute": "GENERIC_MAX_HEALTH", "operation": "ADD_NUMBER", "maxAmount": -7, "minAmount": -5, "name": "ATTAKK" }, { - "attribute": "GENERIC_ARMOR", - "operation": "MULTIPLY_SCALAR_1", - "maxAmount": -0.3, + "attribute": "GENERIC_ARMOR", "operation": "MULTIPLY_SCALAR_1", "maxAmount": -0.3, "minAmount": -0.08, "name": "NOARM" - } - ], + }], "itemFlags": [ - "HIDE_ATTRIBUTES", - "HIDE_ENCHANTS", - "HIDE_PLACED_ON", - "HIDE_POTION_EFFECTS" - ], + "HIDE_ATTRIBUTES","HIDE_ENCHANTS","HIDE_PLACED_ON","HIDE_POTION_EFFECTS"], "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/mushroom-clutter.json b/loot/mushroom-clutter.json index 05582c99..dab37f28 100644 --- a/loot/mushroom-clutter.json +++ b/loot/mushroom-clutter.json @@ -1,7 +1,7 @@ { "name": "Mushroom Clutter", "rarity": 1, - "maxPicked": 2, + "maxPicked": 3, "minPicked": 1, "loot": [ { @@ -14,6 +14,11 @@ "maxAmount": 5, "slotTypes": "STORAGE" }, + { + "type": "glow_item_frame", + "maxAmount": 3, + "slotTypes": "STORAGE" + }, { "type": "warped_fungus", "maxAmount": 3, @@ -23,6 +28,28 @@ "type": "crimson_fungus", "maxAmount": 3, "slotTypes": "STORAGE" + }, + { + "type": "mycelium", + "maxAmount": 1, + "rarity": 2, + "slotTypes": "STORAGE" + }, + { + "type": "netherite_scrap", + "maxAmount": 1, + "rarity": 4, + "slotTypes": "STORAGE" + }, + { + "type": "bowl", + "maxAmount": 2, + "slotTypes": "STORAGE" + }, + { + "type": "coal", + "maxAmount": 2, + "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/mushroom-food.json b/loot/mushroom-food.json index a7b4925e..31ad1995 100644 --- a/loot/mushroom-food.json +++ b/loot/mushroom-food.json @@ -18,6 +18,11 @@ "type": "mushroom_stew", "maxAmount": 1, "slotTypes": "STORAGE" + }, + { + "type": "rotten_flesh", + "maxAmount": 1, + "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/ocean-clutter.json b/loot/ocean-clutter.json index 819bc650..ccbd6c97 100644 --- a/loot/ocean-clutter.json +++ b/loot/ocean-clutter.json @@ -2,7 +2,7 @@ "name": "Ocean Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 1, + "minPicked": 0, "loot": [ { "type": "wet_sponge", @@ -22,6 +22,11 @@ { "type": "fishing_rod", "maxAmount": 1, + "enchantments": [ + { + "enchantment": "DURABILITY", "maxLevel": 2 + } + ], "slotTypes": "STORAGE" }, { @@ -34,117 +39,81 @@ "maxAmount": 1, "enchantments": [ { - "enchantment": "OXYGEN", - "maxLevel": 2 + "enchantment": "OXYGEN", "maxLevel": 2 }, { - "enchantment": "DURABILITY", - "maxLevel": 5, + "enchantment": "DURABILITY", "maxLevel": 5, "minLevel": 3 }, { - "enchantment": "PROTECTION_ENVIRONMENTAL", - "maxLevel": 3 - } - ], + "enchantment": "PROTECTION_ENVIRONMENTAL", "maxLevel": 3 + }], "attributes": [ { - "attribute": "GENERIC_MOVEMENT_SPEED", - "operation": "MULTIPLY_SCALAR_1", - "maxAmount": -0.15, + "attribute": "GENERIC_MOVEMENT_SPEED", "operation": "MULTIPLY_SCALAR_1", "maxAmount": -0.15, "minAmount": -0.25, "name": "SLOW" }, { - "attribute": "GENERIC_KNOCKBACK_RESISTANCE", - "maxAmount": 3.25, + "attribute": "GENERIC_KNOCKBACK_RESISTANCE", "maxAmount": 3.25, "minAmount": 0.85, - "name": "THICC", - "operation": "MULTIPLY_SCALAR_1" + "name": "THICC", "operation": "MULTIPLY_SCALAR_1" }, { - "attribute": "GENERIC_MAX_HEALTH", - "operation": "ADD_NUMBER", - "maxAmount": 7, - "name": "HP", - "minAmount": 3 + "attribute": "GENERIC_MAX_HEALTH", "operation": "ADD_NUMBER", "maxAmount": 7, + "name": "HP", "minAmount": 3 }, { - "attribute": "GENERIC_ARMOR", - "name": "AMR", - "maxAmount": 7, + "attribute": "GENERIC_ARMOR", "name": "AMR", "maxAmount": 7, "minAmount": 5, "operation": "ADD_NUMBER" - } - ], + }], "displayName": "5head", "minDurability": 0.9, "lore": [ - "Take this helmet with increased health, ", - "armor & knockback resistance at the cost", - "of reduced movement speed.", - "It's also full of air." - ], + "Take this helmet with increased health, ","armor & knockback resistance at the cost","of reduced movement speed.","It's also full of air."], "itemFlags": [ - "HIDE_PLACED_ON", - "HIDE_DESTROYS", - "HIDE_ENCHANTS", - "HIDE_POTION_EFFECTS", - "HIDE_ATTRIBUTES" - ], + "HIDE_PLACED_ON","HIDE_DESTROYS","HIDE_ENCHANTS","HIDE_POTION_EFFECTS","HIDE_ATTRIBUTES"], "maxDurability": 0.95, "slotTypes": "STORAGE" }, { "type": "trident", "maxAmount": 1, - "rarity": 2, + "rarity": 5, "enchantments": [ { - "enchantment": "CHANNELING", - "maxLevel": 3, + "enchantment": "CHANNELING", "maxLevel": 3, "chance": 0.75 }, - {"enchantment": "LOYALTY"}, { - "enchantment": "WATER_WORKER", - "minLevel": 3, + "enchantment": "LOYALTY" + }, + { + "enchantment": "WATER_WORKER", "minLevel": 3, "maxLevel": 5 }, { - "enchantment": "DURABILITY", - "maxLevel": 5, + "enchantment": "DURABILITY", "maxLevel": 5, "minLevel": 3 }, { - "enchantment": "DAMAGE_ALL", - "maxLevel": 2 - } - ], + "enchantment": "DAMAGE_ALL", "maxLevel": 2 + }], "displayName": "Poseidon's Wrath", "lore": [ - "A Trident with increased damage that", - "always finds it's way back. It's also", - "great for digging blocks underwater." - ], + "A Trident with increased damage that","always finds it's way back. It's also","great for digging blocks underwater."], "itemFlags": [ - "HIDE_PLACED_ON", - "HIDE_UNBREAKABLE", - "HIDE_DESTROYS", - "HIDE_ENCHANTS", - "HIDE_POTION_EFFECTS", - "HIDE_ATTRIBUTES" - ], - "attributes": [{ - "attribute": "GENERIC_ATTACK_DAMAGE", - "operation": "ADD_NUMBER", - "maxAmount": 5, - "minAmount": 3, - "name": "AT1" - }], + "HIDE_PLACED_ON","HIDE_UNBREAKABLE","HIDE_DESTROYS","HIDE_ENCHANTS","HIDE_POTION_EFFECTS","HIDE_ATTRIBUTES"], + "attributes": [ + { + "attribute": "GENERIC_ATTACK_DAMAGE", "operation": "ADD_NUMBER", "maxAmount": 5, + "minAmount": 3, + "name": "AT1" + }], "minDurability": 0.9, "maxDurability": 0.95, "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/snow-clutter.json b/loot/snow-clutter.json index a07a751c..7100f2ce 100644 --- a/loot/snow-clutter.json +++ b/loot/snow-clutter.json @@ -1,8 +1,8 @@ { "name": "Snow Clutter", "rarity": 1, - "maxPicked": 1, - "minPicked": 1, + "maxPicked": 2, + "minPicked": 0, "loot": [ { "type": "snowball", @@ -17,7 +17,23 @@ { "type": "blue_ice", "maxAmount": 2, + "rarity": 2, + "slotTypes": "STORAGE" + }, + { + "type": "ice", + "maxAmount": 2, + "slotTypes": "STORAGE" + }, + { + "type": "white_stained_glass", + "maxAmount": 5, + "slotTypes": "STORAGE" + }, + { + "type": "soul_torch", + "maxAmount": 3, "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/swamp-clutter.json b/loot/swamp-clutter.json index 80896b44..ad438e19 100644 --- a/loot/swamp-clutter.json +++ b/loot/swamp-clutter.json @@ -1,7 +1,7 @@ { "name": "Swamp Clutter", "rarity": 1, - "maxPicked": 1, + "maxPicked": 2, "minPicked": 1, "loot": [ { @@ -29,15 +29,10 @@ "maxAmount": 2, "slotTypes": "STORAGE" }, - { - "type": "diamond", - "maxAmount": 2, - "slotTypes": "STORAGE" - }, { "type": "coal", "maxAmount": 16, "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/swamp-food.json b/loot/swamp-food.json index aa9f83fe..88196763 100644 --- a/loot/swamp-food.json +++ b/loot/swamp-food.json @@ -2,7 +2,7 @@ "name": "Swamp Food", "rarity": 1, "maxPicked": 2, - "minPicked": 0, + "minPicked": 1, "loot": [ { "type": "spider_eye", @@ -23,6 +23,11 @@ "type": "poisonous_potato", "maxAmount": 5, "slotTypes": "STORAGE" + }, + { + "type": "pumpkin_pie", + "maxAmount": 1, + "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/temperate-clutter.json b/loot/temperate-clutter.json index bd7690bb..f1518ccd 100644 --- a/loot/temperate-clutter.json +++ b/loot/temperate-clutter.json @@ -2,7 +2,7 @@ "name": "Temperate Clutter", "rarity": 1, "maxPicked": 2, - "minPicked": 0, + "minPicked": 1, "loot": [ { "type": "oak_planks", @@ -19,5 +19,6 @@ "maxAmount": 3, "slotTypes": "STORAGE" } + ] -} +} \ No newline at end of file diff --git a/loot/temperate-food.json b/loot/temperate-food.json index d5696a2e..81d7171f 100644 --- a/loot/temperate-food.json +++ b/loot/temperate-food.json @@ -2,7 +2,7 @@ "name": "Temperate Food", "rarity": 1, "maxPicked": 2, - "minPicked": 0, + "minPicked": 1, "loot": [ { "type": "bread", @@ -25,4 +25,4 @@ "slotTypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/tropical-food.json b/loot/tropical-food.json index c205940e..a9b6658e 100644 --- a/loot/tropical-food.json +++ b/loot/tropical-food.json @@ -2,7 +2,7 @@ "name": "Tropical Food", "rarity": 1, "maxPicked": 2, - "minPicked": 0, + "minPicked": 1, "loot": [ { "type": "melon_slice", @@ -21,8 +21,15 @@ }, { "type": "cocoa_beans", - "maxAmount": 3, + "maxAmount": 5, "slotTypes": "STORAGE" + }, + { + "type": "glow_berries", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, + "slottypes": "STORAGE" } ] -} +} \ No newline at end of file diff --git a/loot/tropical-treasure.json b/loot/tropical-treasure.json index 8fb209c0..f3fcc0f4 100644 --- a/loot/tropical-treasure.json +++ b/loot/tropical-treasure.json @@ -1,209 +1,99 @@ { "name": "Tropical Treasure", "rarity": 1, - "maxPicked": 1, - "minPicked": 1, + "maxPicked": 2, + "minPicked": 0, "loot": [ { - "type": "wooden_pickaxe", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, + "type": "raw_copper", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "flint_and_steel", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - } - ,{ - "type": "shears", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, + "type": "quartz", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "bow", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, + "type": "trident", + "maxamount": 5, + "minAmount": 1, + "rarity": 5, "slottypes": "STORAGE" }, { - "type": "arrow", - "maxamount": 21, + "type": "glow_berries", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "stone_pickaxe", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, + "type": "scute", + "maxamount": 3, + "minAmount": 2, + "rarity": 2, "slottypes": "STORAGE" }, { - "type": "iron_pickaxe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, + "type": "raw_copper", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "diamond_pickaxe", + "type": "heart_of_the_sea", "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, + "minAmount": 1, + "rarity": 5, "slottypes": "STORAGE" }, { - "type": "golden_pickaxe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, + "type": "axolotl_bucket", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "wooden_sword", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, + "type": "totem_of_undying", + "maxamount": 5, + "minAmount": 1, + "rarity": 3, "slottypes": "STORAGE" }, { - "type": "stone_sword", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, + "type": "sea_lantern", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "iron_sword", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, + "type": "glow_ink_sac", + "maxamount": 5, + "minAmount": 1, + "rarity": 1, "slottypes": "STORAGE" }, { - "type": "diamond_sword", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, + "type": "prismarine_shard", + "maxamount": 5, + "minAmount": 1, + "rarity": 2, "slottypes": "STORAGE" }, { - "type": "golden_sword", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, - "slottypes": "STORAGE" - }, - { - "type": "wooden_axe", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "stone_axe", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "iron_axe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "diamond_axe", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "golden_axe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, - "slottypes": "STORAGE" - }, - { - "type": "wooden_hoe", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "stone_hoe", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "iron_hoe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "diamond_hoe", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "golden_hoe", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, - "slottypes": "STORAGE" - }, - { - "type": "wooden_shovel", - "maxamount": 1, - "mindurability": 0.2, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "stone_shovel", - "maxamount": 1, - "mindurability": 0.4, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "iron_shovel", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "diamond_shovel", - "maxamount": 1, - "mindurability": 0.6, - "maxdurability": 0.8, - "slottypes": "STORAGE" - }, - { - "type": "golden_shovel", - "maxamount": 1, - "mindurability": 0.5, - "maxdurability": 0.9, + "type": "prismarine_crystals", + "maxamount": 5, + "minAmount": 1, + "rarity": 2, "slottypes": "STORAGE" } ] -} +} \ No newline at end of file