diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 3d042258..2b833a0d 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -585,5 +585,13 @@ "stronghold": "stronghold", "strongholdJumpDistance": 670, "maxStrongholds": 27, - "decorate": true + "decorate": true, + "loot": { + "mode": "FALLBACK", + "tables": [ + "global-clutter", + "global-tools", + "global-treasure" + ] + } } \ No newline at end of file diff --git a/regions/forests.json b/regions/forests.json index ab3ed317..28209396 100644 --- a/regions/forests.json +++ b/regions/forests.json @@ -13,7 +13,6 @@ "mountain/mountain", "temperate/combo-forest", "tundra/redwood-forest" - ], "caveBiomes": [ "carving/rocky-cavebiome" @@ -131,5 +130,12 @@ "shoreHeightMin": 1, "shoreHeightMax": 5.2, "shoreHeightZoom": 1.14, - "riverThickness": 0.025 + "riverThickness": 0.025, + "loot": { + "mode": "FALLBACK", + "tables": [ + "temperate/clutter", + "temperate/food" + ] + } } \ No newline at end of file diff --git a/regions/frozen.json b/regions/frozen.json index c446ff96..5fea640c 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -1,7 +1,6 @@ { "name": "Frozen", "color": "#44C3D1", - "rarity": 1, "landBiomes": [ "frozen/plains", @@ -17,31 +16,28 @@ "frozen/ice-spikes", "frozen/mountains/large-mountain", "frozen/mountains/extreem-ice-spikes" - ], - "caveBiomes": [ "carving/rocky-cavebiome" ], - "jigsawStructures": [{ - "structure": "ruined-portal", - "rarity": 1200 + "jigsawStructures": [ + { + "structure": "ruined-portal", + "rarity": 1200 }, { - "structure": "dungeon-skeleton", - "rarity": 800 + "structure": "dungeon-skeleton", + "rarity": 800 }, { - "structure": "dungeon-spider", - "rarity": 800 + "structure": "dungeon-spider", + "rarity": 800 }, { - "structure": "dungeon-zombie", - "rarity": 800 + "structure": "dungeon-zombie", + "rarity": 800 } - ], - - + ], "objects": [ { "heightmap": { @@ -63,10 +59,22 @@ "structures/amethyst5", "structures/amethyst6" ], - "edit": [{ - "find": [{"block": "minecraft:glass"}], - "replace": {"palette": [{"block": "minecraft:void_air"}]} - }], + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": { + "palette": [ + { + "block": "minecraft:void_air" + } + ] + } + } + ], "enabled": true, "xAxis": { "interval": 90, @@ -84,7 +92,9 @@ } } ], - "shoreBiomes": ["frozen/shore/beach"], + "shoreBiomes": [ + "frozen/shore/beach" + ], "seaBiomeZoom": 1, "seaBiomes": [ "frozen/sea/ocean", @@ -98,7 +108,11 @@ "minPerChunk": 1, "minSize": 2, "maxSize": 4, - "palette": [{"block": "minecraft:diamond_ore"}], + "palette": [ + { + "block": "minecraft:diamond_ore" + } + ], "varience": 4 }, { @@ -108,7 +122,11 @@ "minPerChunk": 1, "minSize": 3, "maxSize": 8, - "palette": [{"block": "minecraft:copper_ore"}], + "palette": [ + { + "block": "minecraft:copper_ore" + } + ], "varience": 8 } ], @@ -123,19 +141,23 @@ "frozen/water" ], "carving": { - "ravines": [{ - "rarity": 150, - "ravine": "ice/main" - }], + "ravines": [ + { + "rarity": 150, + "ravine": "ice/main" + } + ], "caves": [ - { + { "breakSurface": true, "cave": "cavesv4/glacial/main", "rarity": 20, "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "VASCULAR"} + "style": { + "style": "VASCULAR" + } } }, { @@ -145,7 +167,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "VASCULAR"} + "style": { + "style": "VASCULAR" + } } }, { @@ -155,11 +179,21 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } } ] }, "shoreHeightZoom": 1.14, - "riverThickness": 0.006 -} + "riverThickness": 0.006, + "loot": { + "mode": "FALLBACK", + "tables": [ + "frozen/clutter", + "frozen/food", + "snow/clutter" + ] + } +} \ No newline at end of file diff --git a/regions/hot.json b/regions/hot.json index 2a417519..099ac48f 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -27,24 +27,22 @@ "rarity": 1000 }, { - "structure": "ruined-portal", - "rarity": 1200 + "structure": "ruined-portal", + "rarity": 1200 }, { - "structure": "dungeon-skeleton", - "rarity": 800 + "structure": "dungeon-skeleton", + "rarity": 800 }, { - "structure": "dungeon-spider", - "rarity": 800 + "structure": "dungeon-spider", + "rarity": 800 }, { - "structure": "dungeon-zombie", - "rarity": 800 + "structure": "dungeon-zombie", + "rarity": 800 } - ], - "objects": [ { "heightmap": { @@ -66,10 +64,22 @@ "structures/amethyst5", "structures/amethyst6" ], - "edit": [{ - "find": [{"block": "minecraft:glass"}], - "replace": {"palette": [{"block": "minecraft:void_air"}]} - }], + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": { + "palette": [ + { + "block": "minecraft:void_air" + } + ] + } + } + ], "enabled": true, "xAxis": { "interval": 90, @@ -87,8 +97,13 @@ } } ], - "shoreBiomes": ["hot/shore/beach"], - "seaBiomes": ["hot/sea/ocean", "ocean/rich-oceans"], + "shoreBiomes": [ + "hot/shore/beach" + ], + "seaBiomes": [ + "hot/sea/ocean", + "ocean/rich-oceans" + ], "entitySpawners": [ "hot/passive", "hot/hostile", @@ -103,7 +118,11 @@ "minPerChunk": 1, "minSize": 3, "maxSize": 8, - "palette": [{"block": "minecraft:gold_ore"}], + "palette": [ + { + "block": "minecraft:gold_ore" + } + ], "varience": 5 }, { @@ -113,7 +132,11 @@ "minPerChunk": 1, "minSize": 3, "maxSize": 8, - "palette": [{"block": "minecraft:lapis_ore"}], + "palette": [ + { + "block": "minecraft:lapis_ore" + } + ], "varience": 5 } ], @@ -138,7 +161,6 @@ "particleCount": 0 } ], - "carving": { "ravines": [ { @@ -162,7 +184,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } }, { @@ -172,7 +196,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } }, { @@ -182,7 +208,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } }, { @@ -192,7 +220,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } }, { @@ -202,12 +232,21 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } } ] }, "shoreHeightMin": 3.2, "shoreHeightMax": 6.2, - "shoreHeightZoom": 1.14 -} + "shoreHeightZoom": 1.14, + "loot": { + "mode": "FALLBACK", + "tables": [ + "hot/food", + "hot/treasure" + ] + } +} \ No newline at end of file diff --git a/regions/mushroom.json b/regions/mushroom.json index de938b3e..db28e312 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -12,66 +12,94 @@ "caveBiomes": [ "carving/rocky-cavebiome" ], - "objects": [{ - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 + "objects": [ + { + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "structures/amethyst1", - "structures/amethyst2", - "structures/amethyst3", - "structures/amethyst4", - "structures/amethyst5", - "structures/amethyst6" - ], - "edit": [{ - "find": [{"block": "minecraft:glass"}], - "replace": {"palette": [{"block": "minecraft:void_air"}]} - }], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 - } - }], - "shoreBiomes": ["mushroom/shore/beach"], - "seaBiomes": ["mushroom/sea/ocean"], - "blockDrops": [{ - "drops": [ - { - "type": "red_mushroom", - "rarity": 8 + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": { + "palette": [ + { + "block": "minecraft:void_air" + } + ] + } + } + ], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 }, - { - "type": "brown_mushroom", - "rarity": 8 + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 } - ], - "blocks": [ - {"block": "minecraft:mycelium"}, - {"block": "minecraft:mushroom_stem"}, - {"block": "minecraft:red_mushroom_block"}, - {"block": "minecraft:brown_mushroom_block"} - ] - }], + } + ], + "shoreBiomes": [ + "mushroom/shore/beach" + ], + "seaBiomes": [ + "mushroom/sea/ocean" + ], + "blockDrops": [ + { + "drops": [ + { + "type": "red_mushroom", + "rarity": 8 + }, + { + "type": "brown_mushroom", + "rarity": 8 + } + ], + "blocks": [ + { + "block": "minecraft:mycelium" + }, + { + "block": "minecraft:mushroom_stem" + }, + { + "block": "minecraft:red_mushroom_block" + }, + { + "block": "minecraft:brown_mushroom_block" + } + ] + } + ], "landBiomeZoom": 1.8, "effects": [ { @@ -104,15 +132,28 @@ ], "shoreHeightMin": 3.2, "shoreHeightMax": 6.2, - "carving": {"caves": [{ - "breakSurface": true, - "cave": "rocky/main", - "rarity": 50, - "caveStartHeight": { - "max": 400, - "min": 15, - "style": {"style": "STATIC"} - } - }]}, - "shoreHeightZoom": 1.14 -} + "carving": { + "caves": [ + { + "breakSurface": true, + "cave": "rocky/main", + "rarity": 50, + "caveStartHeight": { + "max": 400, + "min": 15, + "style": { + "style": "STATIC" + } + } + } + ] + }, + "shoreHeightZoom": 1.14, + "loot": { + "mode": "FALLBACK", + "tables": [ + "mushroom/clutter", + "mushroom/food" + ] + } +} \ No newline at end of file diff --git a/regions/swamp.json b/regions/swamp.json index f98d121c..c39316af 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -2,7 +2,6 @@ "name": "Swamp", "color": "#69943C", "rarity": 2, - "landBiomes": [ "swamp/roofed-forest", "swamp/sea/lake", @@ -12,52 +11,67 @@ "swamp/cambian-drift", "swamp/swamp-forest", "swamp/willow-forest" - ], - - "objects": [{ - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 + ], + "objects": [ + { + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "structures/amethyst1", - "structures/amethyst2", - "structures/amethyst3", - "structures/amethyst4", - "structures/amethyst5", - "structures/amethyst6" - ], - "edit": [{ - "find": [{"block": "minecraft:glass"}], - "replace": {"palette": [{"block": "minecraft:void_air"}]} - }], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": { + "palette": [ + { + "block": "minecraft:void_air" + } + ] + } + } + ], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } } - }], + ], "caveBiomes": [ "carving/rocky-cavebiome" ], - "shoreBiomes": ["swamp/shore/beach"], + "shoreBiomes": [ + "swamp/shore/beach" + ], "seaBiomes": [ "swamp/sea/ocean", "swamp/swamp-mangrove-lake", @@ -77,7 +91,11 @@ "minPerChunk": 1, "minSize": 3, "maxSize": 8, - "palette": [{"block": "minecraft:coal_ore"}], + "palette": [ + { + "block": "minecraft:coal_ore" + } + ], "varience": 4 }, { @@ -87,34 +105,63 @@ "minPerChunk": 4, "minSize": 3, "maxSize": 8, - "palette": [{"block": "minecraft:iron_ore"}], + "palette": [ + { + "block": "minecraft:iron_ore" + } + ], "varience": 4 } ], "landBiomeZoom": 2, "shoreHeightMin": 1.2, "shoreHeightMax": 3, - "carving": {"caves": [{ - "breakSurface": true, - "cave": "swamp/main", - "rarity": 10, - "caveStartHeight": { - "max": 400, - "min": 15, - "style": {"style": "STATIC"} - } - }]}, - "shoreHeightZoom": 3.14, - "blockDrops": [{ - "drops": [{ - "type": "slime_ball", - "rarity": 24 - }], - "blocks": [ - {"block": "minecraft:grass_block"}, - {"block": "minecraft:dark_oak_leaves"}, - {"block": "minecraft:short_grass"}, - {"block": "minecraft:tall_grass"} + "carving": { + "caves": [ + { + "breakSurface": true, + "cave": "swamp/main", + "rarity": 10, + "caveStartHeight": { + "max": 400, + "min": 15, + "style": { + "style": "STATIC" + } + } + } ] - }] -} + }, + "shoreHeightZoom": 3.14, + "blockDrops": [ + { + "drops": [ + { + "type": "slime_ball", + "rarity": 24 + } + ], + "blocks": [ + { + "block": "minecraft:grass_block" + }, + { + "block": "minecraft:dark_oak_leaves" + }, + { + "block": "minecraft:short_grass" + }, + { + "block": "minecraft:tall_grass" + } + ] + } + ], + "loot": { + "mode": "FALLBACK", + "tables": [ + "swamp/clutter", + "swamp/food" + ] + } +} \ No newline at end of file diff --git a/regions/temperate.json b/regions/temperate.json index 30d7cd2e..cee22ce6 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -180,5 +180,12 @@ "shoreHeightMin": 1, "shoreHeightMax": 5.2, "shoreHeightZoom": 1.14, - "riverThickness": 0.025 + "riverThickness": 0.025, + "loot": { + "mode": "FALLBACK", + "tables": [ + "temperate/clutter", + "temperate/food" + ] + } } \ No newline at end of file diff --git a/regions/terralost.json b/regions/terralost.json index 30a91ebf..f0f566b1 100644 --- a/regions/terralost.json +++ b/regions/terralost.json @@ -10,8 +10,12 @@ "terralost/alpine-highlands" ], "landBiomeZoom": 3, - "shoreBiomes": ["tundra/shore/beach"], - "seaBiomes": ["mountain/sea/river"], + "shoreBiomes": [ + "tundra/shore/beach" + ], + "seaBiomes": [ + "mountain/sea/river" + ], "entitySpawners": [ "tundra/passive", "tundra/hostile", @@ -20,21 +24,33 @@ "shoreHeightMin": 2.2, "shoreHeightMax": 5.2, "carving": { - "ravines": [{ - "rarity": 25, - "ravine": "calcite/main" - }], - "caves": [{ - "breakSurface": true, - "cave": "rocky/main", - "rarity": 50, - "caveStartHeight": { - "max": 400, - "min": 15, - "style": {"style": "STATIC"} + "ravines": [ + { + "rarity": 25, + "ravine": "calcite/main" } - }] + ], + "caves": [ + { + "breakSurface": true, + "cave": "rocky/main", + "rarity": 50, + "caveStartHeight": { + "max": 400, + "min": 15, + "style": { + "style": "STATIC" + } + } + } + ] }, "shoreHeightZoom": 1.14, - "riverThickness": 0.025 -} + "riverThickness": 0.025, + "loot": { + "mode": "FALLBACK", + "tables": [ + "tropical/dungeon" + ] + } +} \ No newline at end of file diff --git a/regions/tropical.json b/regions/tropical.json index b48b0a0b..04e5f74c 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -18,23 +18,24 @@ "caveBiomes": [ "carving/rocky-cavebiome" ], - - "jigsawStructures": [{ - "structure": "ruined-portal", - "rarity": 1200 - }, - { - "structure": "dungeon-skeleton", - "rarity": 800 + "jigsawStructures": [ + { + "structure": "ruined-portal", + "rarity": 1200 }, { - "structure": "dungeon-spider", - "rarity": 800 + "structure": "dungeon-skeleton", + "rarity": 800 }, { - "structure": "dungeon-zombie", - "rarity": 800 - }], + "structure": "dungeon-spider", + "rarity": 800 + }, + { + "structure": "dungeon-zombie", + "rarity": 800 + } + ], "objects": [ { "heightmap": { @@ -56,10 +57,22 @@ "structures/amethyst5", "structures/amethyst6" ], - "edit": [{ - "find": [{"block": "minecraft:glass"}], - "replace": {"palette": [{"block": "minecraft:void_air"}]} - }], + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": { + "palette": [ + { + "block": "minecraft:void_air" + } + ] + } + } + ], "enabled": true, "xAxis": { "interval": 90, @@ -90,10 +103,12 @@ "ocean/rich-oceans" ], "carving": { - "ravines": [{ - "rarity": 170, - "ravine": "jungle/main" - }], + "ravines": [ + { + "rarity": 170, + "ravine": "jungle/main" + } + ], "caves": [ { "breakSurface": true, @@ -102,7 +117,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } }, { @@ -112,7 +129,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } }, { @@ -122,7 +141,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } }, { @@ -132,24 +153,32 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } } ] }, - "deposits": [{ - "minHeight": 10, - "maxPerChunk": 9, - "maxHeight": 92, - "minPerChunk": 2, - "minSize": 3, - "maxSize": 8, - "palette": [ - {"block": "minecraft:lapis_ore"}, - {"block": "minecraft:redstone_ore"} - ], - "varience": 8 - }], + "deposits": [ + { + "minHeight": 10, + "maxPerChunk": 9, + "maxHeight": 92, + "minPerChunk": 2, + "minSize": 3, + "maxSize": 8, + "palette": [ + { + "block": "minecraft:lapis_ore" + }, + { + "block": "minecraft:redstone_ore" + } + ], + "varience": 8 + } + ], "entitySpawners": [ "tropical/passive", "tropical/hostile", @@ -160,5 +189,13 @@ "landBiomeZoom": 5.5, "shoreHeightMin": 3.2, "shoreHeightMax": 9.2, - "shoreHeightZoom": 2.14 -} + "shoreHeightZoom": 2.14, + "loot": { + "mode": "FALLBACK", + "tables": [ + "tropical/treasure", + "tropical/food", + "tropical/dungeon" + ] + } +} \ No newline at end of file diff --git a/regions/tundra.json b/regions/tundra.json index 405e0bcc..39b5cbd2 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -24,85 +24,108 @@ "caveBiomes": [ "carving/rocky-cavebiome" ], - "jigsawStructures": [{ - "structure": "ruined-portal", - "rarity": 1200 - }, - { - "structure": "dungeon-skeleton", - "rarity": 800 + "jigsawStructures": [ + { + "structure": "ruined-portal", + "rarity": 1200 }, { - "structure": "dungeon-spider", - "rarity": 800 + "structure": "dungeon-skeleton", + "rarity": 800 }, { - "structure": "dungeon-zombie", - "rarity": 800 - }], - - "objects": [{ - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 + "structure": "dungeon-spider", + "rarity": 800 }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "structures/amethyst1", - "structures/amethyst2", - "structures/amethyst3", - "structures/amethyst4", - "structures/amethyst5", - "structures/amethyst6" - ], - "edit": [{ - "find": [{"block": "minecraft:glass"}], - "replace": {"palette": [{"block": "minecraft:void_air"}]} - }], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 + { + "structure": "dungeon-zombie", + "rarity": 800 } - }], + ], + "objects": [ + { + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 + }, + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [ + { + "find": [ + { + "block": "minecraft:glass" + } + ], + "replace": { + "palette": [ + { + "block": "minecraft:void_air" + } + ] + } + } + ], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } + } + ], "shoreBiomes": [ "tundra/shore/beach", "tundra/shore/beach-stone" ], "seaBiomeZoom": 4, - "seaBiomes": ["mountain/sea/river"], + "seaBiomes": [ + "mountain/sea/river" + ], "entitySpawners": [ "tundra/passive", "tundra/hostile", "tundra/cave", "tundra/water" ], - "deposits": [{ - "minHeight": 20, - "maxPerChunk": 8, - "maxHeight": 102, - "minPerChunk": 2, - "minSize": 3, - "maxSize": 8, - "palette": [{"block": "minecraft:emerald_ore"}], - "varience": 8 - }], + "deposits": [ + { + "minHeight": 20, + "maxPerChunk": 8, + "maxHeight": 102, + "minPerChunk": 2, + "minSize": 3, + "maxSize": 8, + "palette": [ + { + "block": "minecraft:emerald_ore" + } + ], + "varience": 8 + } + ], "landBiomeZoom": 4.5, "shoreHeightMin": 2.2, "shoreHeightMax": 5.2, @@ -125,7 +148,9 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } }, { @@ -135,11 +160,21 @@ "caveStartHeight": { "max": 400, "min": 15, - "style": {"style": "STATIC"} + "style": { + "style": "STATIC" + } } } ] }, "shoreHeightZoom": 1.14, - "riverThickness": 0.025 -} + "riverThickness": 0.025, + "loot": { + "mode": "FALLBACK", + "tables": [ + "cold/food", + "cold/treasure", + "snow/clutter" + ] + } +} \ No newline at end of file