9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
This commit is contained in:
Brian Fopiano
2021-07-05 01:16:15 -07:00
parent 7af1669247
commit adb6e64e75
21 changed files with 223 additions and 195 deletions

View File

@@ -2,7 +2,7 @@
"name": "Beach Clutter", "name": "Beach Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 2,
"minPicked": 1, "minPicked": 0,
"loot": [ "loot": [
{ {
"type": "sugar_cane", "type": "sugar_cane",
@@ -19,6 +19,16 @@
"type": "sugar", "type": "sugar",
"maxAmount": 3, "maxAmount": 3,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
},
{
"type": "sand",
"maxAmount": 8,
"slotTypes": "STORAGE"
},
{
"type": "clay",
"maxAmount": 3,
"slotTypes": "STORAGE"
} }
] ]
} }

View File

@@ -1,8 +1,8 @@
{ {
"name": "Cactus Clutter", "name": "Cactus Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 1, "minPicked": 0,
"loot": [ "loot": [
{ {
"type": "cactus", "type": "cactus",

View File

@@ -2,7 +2,7 @@
"name": "Cave Clutter", "name": "Cave Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 2,
"minPicked": 1, "minPicked": 0,
"loot": [ "loot": [
{ {
"type": "torch", "type": "torch",
@@ -28,6 +28,22 @@
"type": "deepslate", "type": "deepslate",
"maxAmount": 10, "maxAmount": 10,
"slotTypes": "STORAGE" "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"
} }
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "Cold Food", "name": "Cold Food",
"rarity": 1, "rarity": 1,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 0, "minPicked": 0,
"loot": [ "loot": [
{ {
@@ -26,7 +26,7 @@
}, },
{ {
"type": "sweet_berries", "type": "sweet_berries",
"maxAmount": 2, "maxAmount": 4,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
} }
] ]

View File

@@ -1,7 +1,7 @@
{ {
"name": "Cold Treasure", "name": "Cold Treasure",
"rarity": 1, "rarity": 1,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 1, "minPicked": 1,
"loot": [ "loot": [
{ {
@@ -10,6 +10,12 @@
"minAmount": 2, "minAmount": 2,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
}, },
{
"type": "tinted_glass",
"maxAmount": 4,
"minAmount": 2,
"slotTypes": "STORAGE"
},
{ {
"type": "iron_ingot", "type": "iron_ingot",
"maxAmount": 5, "maxAmount": 5,

View File

@@ -24,6 +24,21 @@
"type": "wheat", "type": "wheat",
"maxAmount": 6, "maxAmount": 6,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
},
{
"type": "cobblestone",
"maxAmount": 7,
"slotTypes": "STORAGE"
},
{
"type": "diorite",
"maxAmount": 7,
"slotTypes": "STORAGE"
},
{
"type": "blue_candle",
"maxAmount": 3,
"slotTypes": "STORAGE"
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"name": "Global Clutter", "name": "Global Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 2,
"minPicked": 1, "minPicked": 0,
"loot": [ "loot": [
{ {
"type": "stone", "type": "stone",
@@ -33,6 +33,17 @@
"type": "ladder", "type": "ladder",
"maxAmount": 2, "maxAmount": 2,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
},
{
"type": "torch",
"maxAmount": 4,
"slotTypes": "STORAGE"
},
{
"type": "lightning_rod",
"maxAmount": 4,
"rarity": 3,
"slotTypes": "STORAGE"
} }
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "Global Tools", "name": "Global Tools",
"rarity": 2, "rarity": 2,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 0, "minPicked": 0,
"loot": [ "loot": [
{ {

View File

@@ -1,17 +1,19 @@
{ {
"name": "Global Treasure", "name": "Global Treasure",
"rarity": 1, "rarity": 1,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 1, "minPicked": 0,
"loot": [ "loot": [
{ {
"type": "diamond", "type": "diamond",
"maxamount": 1, "maxamount": 3,
"rarity": 2,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "ender_pearl", "type": "ender_pearl",
"maxamount": 1, "maxamount": 2,
"rarity": 2,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
@@ -21,12 +23,14 @@
}, },
{ {
"type": "obsidian", "type": "obsidian",
"maxamount": 1, "maxamount": 4,
"rarity": 2,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "iron_ingot", "type": "iron_ingot",
"maxamount": 3, "maxamount": 4,
"rarity": 2,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {

View File

@@ -13,6 +13,16 @@
"type": "dried_kelp", "type": "dried_kelp",
"maxAmount": 6, "maxAmount": 6,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
},
{
"type": "baked_potato",
"maxAmount": 6,
"slotTypes": "STORAGE"
},
{
"type": "wheat",
"maxAmount": 6,
"slotTypes": "STORAGE"
} }
] ]
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "Hot Treasure", "name": "Hot Treasure",
"rarity": 1, "rarity": 1,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 1, "minPicked": 1,
"loot": [ "loot": [
{ {
@@ -24,8 +24,14 @@
"maxAmount": 1, "maxAmount": 1,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
}, },
{
"type": "tnt",
"maxAmount": 1,
"slotTypes": "STORAGE"
},
{ {
"type": "golden_boots", "type": "golden_boots",
"rarity": 5,
"maxAmount": 1, "maxAmount": 1,
"minDurability": 0.93, "minDurability": 0.93,
"maxDurability": 1, "maxDurability": 1,

View File

@@ -1,7 +1,7 @@
{ {
"name": "Mushroom Clutter", "name": "Mushroom Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 3,
"minPicked": 1, "minPicked": 1,
"loot": [ "loot": [
{ {
@@ -14,6 +14,11 @@
"maxAmount": 5, "maxAmount": 5,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
}, },
{
"type": "glow_item_frame",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{ {
"type": "warped_fungus", "type": "warped_fungus",
"maxAmount": 3, "maxAmount": 3,
@@ -23,6 +28,28 @@
"type": "crimson_fungus", "type": "crimson_fungus",
"maxAmount": 3, "maxAmount": 3,
"slotTypes": "STORAGE" "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"
} }
] ]
} }

View File

@@ -18,6 +18,11 @@
"type": "mushroom_stew", "type": "mushroom_stew",
"maxAmount": 1, "maxAmount": 1,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
},
{
"type": "rotten_flesh",
"maxAmount": 1,
"slotTypes": "STORAGE"
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"name": "Ocean Clutter", "name": "Ocean Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 2,
"minPicked": 1, "minPicked": 0,
"loot": [ "loot": [
{ {
"type": "wet_sponge", "type": "wet_sponge",
@@ -22,6 +22,11 @@
{ {
"type": "fishing_rod", "type": "fishing_rod",
"maxAmount": 1, "maxAmount": 1,
"enchantments": [
{
"enchantment": "DURABILITY", "maxLevel": 2
}
],
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
}, },
{ {
@@ -75,7 +80,7 @@
{ {
"type": "trident", "type": "trident",
"maxAmount": 1, "maxAmount": 1,
"rarity": 2, "rarity": 5,
"enchantments": [ "enchantments": [
{ {
"enchantment": "CHANNELING", "maxLevel": 3, "enchantment": "CHANNELING", "maxLevel": 3,

View File

@@ -1,8 +1,8 @@
{ {
"name": "Snow Clutter", "name": "Snow Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 1, "minPicked": 0,
"loot": [ "loot": [
{ {
"type": "snowball", "type": "snowball",
@@ -17,6 +17,22 @@
{ {
"type": "blue_ice", "type": "blue_ice",
"maxAmount": 2, "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" "slotTypes": "STORAGE"
} }
] ]

View File

@@ -1,7 +1,7 @@
{ {
"name": "Swamp Clutter", "name": "Swamp Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 1, "minPicked": 1,
"loot": [ "loot": [
{ {
@@ -29,11 +29,6 @@
"maxAmount": 2, "maxAmount": 2,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
}, },
{
"type": "diamond",
"maxAmount": 2,
"slotTypes": "STORAGE"
},
{ {
"type": "coal", "type": "coal",
"maxAmount": 16, "maxAmount": 16,

View File

@@ -2,7 +2,7 @@
"name": "Swamp Food", "name": "Swamp Food",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 2,
"minPicked": 0, "minPicked": 1,
"loot": [ "loot": [
{ {
"type": "spider_eye", "type": "spider_eye",
@@ -23,6 +23,11 @@
"type": "poisonous_potato", "type": "poisonous_potato",
"maxAmount": 5, "maxAmount": 5,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
},
{
"type": "pumpkin_pie",
"maxAmount": 1,
"slotTypes": "STORAGE"
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
"name": "Temperate Clutter", "name": "Temperate Clutter",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 2,
"minPicked": 0, "minPicked": 1,
"loot": [ "loot": [
{ {
"type": "oak_planks", "type": "oak_planks",

View File

@@ -2,7 +2,7 @@
"name": "Temperate Food", "name": "Temperate Food",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 2,
"minPicked": 0, "minPicked": 1,
"loot": [ "loot": [
{ {
"type": "bread", "type": "bread",

View File

@@ -2,7 +2,7 @@
"name": "Tropical Food", "name": "Tropical Food",
"rarity": 1, "rarity": 1,
"maxPicked": 2, "maxPicked": 2,
"minPicked": 0, "minPicked": 1,
"loot": [ "loot": [
{ {
"type": "melon_slice", "type": "melon_slice",
@@ -21,8 +21,15 @@
}, },
{ {
"type": "cocoa_beans", "type": "cocoa_beans",
"maxAmount": 3, "maxAmount": 5,
"slotTypes": "STORAGE" "slotTypes": "STORAGE"
},
{
"type": "glow_berries",
"maxamount": 5,
"minAmount": 1,
"rarity": 1,
"slottypes": "STORAGE"
} }
] ]
} }

View File

@@ -1,208 +1,98 @@
{ {
"name": "Tropical Treasure", "name": "Tropical Treasure",
"rarity": 1, "rarity": 1,
"maxPicked": 1, "maxPicked": 2,
"minPicked": 1, "minPicked": 0,
"loot": [ "loot": [
{ {
"type": "wooden_pickaxe", "type": "raw_copper",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.2, "minAmount": 1,
"maxdurability": 0.8, "rarity": 1,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "flint_and_steel", "type": "quartz",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.2, "minAmount": 1,
"maxdurability": 0.8, "rarity": 1,
"slottypes": "STORAGE"
}
,{
"type": "shears",
"maxamount": 1,
"mindurability": 0.2,
"maxdurability": 0.8,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "bow", "type": "trident",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.4, "minAmount": 1,
"maxdurability": 0.8, "rarity": 5,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "arrow", "type": "glow_berries",
"maxamount": 21, "maxamount": 5,
"minAmount": 1,
"rarity": 1,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "stone_pickaxe", "type": "scute",
"maxamount": 1, "maxamount": 3,
"mindurability": 0.4, "minAmount": 2,
"maxdurability": 0.8, "rarity": 2,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "iron_pickaxe", "type": "raw_copper",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.5, "minAmount": 1,
"maxdurability": 0.8, "rarity": 1,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "diamond_pickaxe", "type": "heart_of_the_sea",
"maxamount": 1, "maxamount": 1,
"mindurability": 0.6, "minAmount": 1,
"maxdurability": 0.8, "rarity": 5,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "golden_pickaxe", "type": "axolotl_bucket",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.5, "minAmount": 1,
"maxdurability": 0.9, "rarity": 1,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "wooden_sword", "type": "totem_of_undying",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.2, "minAmount": 1,
"maxdurability": 0.8, "rarity": 3,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "stone_sword", "type": "sea_lantern",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.4, "minAmount": 1,
"maxdurability": 0.8, "rarity": 1,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "iron_sword", "type": "glow_ink_sac",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.5, "minAmount": 1,
"maxdurability": 0.8, "rarity": 1,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "diamond_sword", "type": "prismarine_shard",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.6, "minAmount": 1,
"maxdurability": 0.8, "rarity": 2,
"slottypes": "STORAGE" "slottypes": "STORAGE"
}, },
{ {
"type": "golden_sword", "type": "prismarine_crystals",
"maxamount": 1, "maxamount": 5,
"mindurability": 0.5, "minAmount": 1,
"maxdurability": 0.9, "rarity": 2,
"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,
"slottypes": "STORAGE" "slottypes": "STORAGE"
} }
] ]