9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00

readd global loot tables as fallback

This commit is contained in:
Julian Krings
2025-01-02 13:30:37 +01:00
parent 0572faf597
commit 7c141c889d
10 changed files with 591 additions and 321 deletions

View File

@@ -585,5 +585,13 @@
"stronghold": "stronghold", "stronghold": "stronghold",
"strongholdJumpDistance": 670, "strongholdJumpDistance": 670,
"maxStrongholds": 27, "maxStrongholds": 27,
"decorate": true "decorate": true,
"loot": {
"mode": "FALLBACK",
"tables": [
"global-clutter",
"global-tools",
"global-treasure"
]
}
} }

View File

@@ -13,7 +13,6 @@
"mountain/mountain", "mountain/mountain",
"temperate/combo-forest", "temperate/combo-forest",
"tundra/redwood-forest" "tundra/redwood-forest"
], ],
"caveBiomes": [ "caveBiomes": [
"carving/rocky-cavebiome" "carving/rocky-cavebiome"
@@ -131,5 +130,12 @@
"shoreHeightMin": 1, "shoreHeightMin": 1,
"shoreHeightMax": 5.2, "shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14, "shoreHeightZoom": 1.14,
"riverThickness": 0.025 "riverThickness": 0.025,
"loot": {
"mode": "FALLBACK",
"tables": [
"temperate/clutter",
"temperate/food"
]
}
} }

View File

@@ -1,7 +1,6 @@
{ {
"name": "Frozen", "name": "Frozen",
"color": "#44C3D1", "color": "#44C3D1",
"rarity": 1, "rarity": 1,
"landBiomes": [ "landBiomes": [
"frozen/plains", "frozen/plains",
@@ -17,31 +16,28 @@
"frozen/ice-spikes", "frozen/ice-spikes",
"frozen/mountains/large-mountain", "frozen/mountains/large-mountain",
"frozen/mountains/extreem-ice-spikes" "frozen/mountains/extreem-ice-spikes"
], ],
"caveBiomes": [ "caveBiomes": [
"carving/rocky-cavebiome" "carving/rocky-cavebiome"
], ],
"jigsawStructures": [{ "jigsawStructures": [
"structure": "ruined-portal", {
"rarity": 1200 "structure": "ruined-portal",
"rarity": 1200
}, },
{ {
"structure": "dungeon-skeleton", "structure": "dungeon-skeleton",
"rarity": 800 "rarity": 800
}, },
{ {
"structure": "dungeon-spider", "structure": "dungeon-spider",
"rarity": 800 "rarity": 800
}, },
{ {
"structure": "dungeon-zombie", "structure": "dungeon-zombie",
"rarity": 800 "rarity": 800
} }
], ],
"objects": [ "objects": [
{ {
"heightmap": { "heightmap": {
@@ -63,10 +59,22 @@
"structures/amethyst5", "structures/amethyst5",
"structures/amethyst6" "structures/amethyst6"
], ],
"edit": [{ "edit": [
"find": [{"block": "minecraft:glass"}], {
"replace": {"palette": [{"block": "minecraft:void_air"}]} "find": [
}], {
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true, "enabled": true,
"xAxis": { "xAxis": {
"interval": 90, "interval": 90,
@@ -84,7 +92,9 @@
} }
} }
], ],
"shoreBiomes": ["frozen/shore/beach"], "shoreBiomes": [
"frozen/shore/beach"
],
"seaBiomeZoom": 1, "seaBiomeZoom": 1,
"seaBiomes": [ "seaBiomes": [
"frozen/sea/ocean", "frozen/sea/ocean",
@@ -98,7 +108,11 @@
"minPerChunk": 1, "minPerChunk": 1,
"minSize": 2, "minSize": 2,
"maxSize": 4, "maxSize": 4,
"palette": [{"block": "minecraft:diamond_ore"}], "palette": [
{
"block": "minecraft:diamond_ore"
}
],
"varience": 4 "varience": 4
}, },
{ {
@@ -108,7 +122,11 @@
"minPerChunk": 1, "minPerChunk": 1,
"minSize": 3, "minSize": 3,
"maxSize": 8, "maxSize": 8,
"palette": [{"block": "minecraft:copper_ore"}], "palette": [
{
"block": "minecraft:copper_ore"
}
],
"varience": 8 "varience": 8
} }
], ],
@@ -123,19 +141,23 @@
"frozen/water" "frozen/water"
], ],
"carving": { "carving": {
"ravines": [{ "ravines": [
"rarity": 150, {
"ravine": "ice/main" "rarity": 150,
}], "ravine": "ice/main"
}
],
"caves": [ "caves": [
{ {
"breakSurface": true, "breakSurface": true,
"cave": "cavesv4/glacial/main", "cave": "cavesv4/glacial/main",
"rarity": 20, "rarity": 20,
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "VASCULAR"} "style": {
"style": "VASCULAR"
}
} }
}, },
{ {
@@ -145,7 +167,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "VASCULAR"} "style": {
"style": "VASCULAR"
}
} }
}, },
{ {
@@ -155,11 +179,21 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
} }
] ]
}, },
"shoreHeightZoom": 1.14, "shoreHeightZoom": 1.14,
"riverThickness": 0.006 "riverThickness": 0.006,
} "loot": {
"mode": "FALLBACK",
"tables": [
"frozen/clutter",
"frozen/food",
"snow/clutter"
]
}
}

View File

@@ -27,24 +27,22 @@
"rarity": 1000 "rarity": 1000
}, },
{ {
"structure": "ruined-portal", "structure": "ruined-portal",
"rarity": 1200 "rarity": 1200
}, },
{ {
"structure": "dungeon-skeleton", "structure": "dungeon-skeleton",
"rarity": 800 "rarity": 800
}, },
{ {
"structure": "dungeon-spider", "structure": "dungeon-spider",
"rarity": 800 "rarity": 800
}, },
{ {
"structure": "dungeon-zombie", "structure": "dungeon-zombie",
"rarity": 800 "rarity": 800
} }
], ],
"objects": [ "objects": [
{ {
"heightmap": { "heightmap": {
@@ -66,10 +64,22 @@
"structures/amethyst5", "structures/amethyst5",
"structures/amethyst6" "structures/amethyst6"
], ],
"edit": [{ "edit": [
"find": [{"block": "minecraft:glass"}], {
"replace": {"palette": [{"block": "minecraft:void_air"}]} "find": [
}], {
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true, "enabled": true,
"xAxis": { "xAxis": {
"interval": 90, "interval": 90,
@@ -87,8 +97,13 @@
} }
} }
], ],
"shoreBiomes": ["hot/shore/beach"], "shoreBiomes": [
"seaBiomes": ["hot/sea/ocean", "ocean/rich-oceans"], "hot/shore/beach"
],
"seaBiomes": [
"hot/sea/ocean",
"ocean/rich-oceans"
],
"entitySpawners": [ "entitySpawners": [
"hot/passive", "hot/passive",
"hot/hostile", "hot/hostile",
@@ -103,7 +118,11 @@
"minPerChunk": 1, "minPerChunk": 1,
"minSize": 3, "minSize": 3,
"maxSize": 8, "maxSize": 8,
"palette": [{"block": "minecraft:gold_ore"}], "palette": [
{
"block": "minecraft:gold_ore"
}
],
"varience": 5 "varience": 5
}, },
{ {
@@ -113,7 +132,11 @@
"minPerChunk": 1, "minPerChunk": 1,
"minSize": 3, "minSize": 3,
"maxSize": 8, "maxSize": 8,
"palette": [{"block": "minecraft:lapis_ore"}], "palette": [
{
"block": "minecraft:lapis_ore"
}
],
"varience": 5 "varience": 5
} }
], ],
@@ -138,7 +161,6 @@
"particleCount": 0 "particleCount": 0
} }
], ],
"carving": { "carving": {
"ravines": [ "ravines": [
{ {
@@ -162,7 +184,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
}, },
{ {
@@ -172,7 +196,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
}, },
{ {
@@ -182,7 +208,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
}, },
{ {
@@ -192,7 +220,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
}, },
{ {
@@ -202,12 +232,21 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
} }
] ]
}, },
"shoreHeightMin": 3.2, "shoreHeightMin": 3.2,
"shoreHeightMax": 6.2, "shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14 "shoreHeightZoom": 1.14,
} "loot": {
"mode": "FALLBACK",
"tables": [
"hot/food",
"hot/treasure"
]
}
}

View File

@@ -12,66 +12,94 @@
"caveBiomes": [ "caveBiomes": [
"carving/rocky-cavebiome" "carving/rocky-cavebiome"
], ],
"objects": [{ "objects": [
"heightmap": { {
"seed": 1337, "heightmap": {
"style": { "seed": 1337,
"style": "SIMPLEX", "style": {
"multiplier": 10 "style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
}, },
"offsetY": 5 "chance": 0.05,
}, "bottom": true,
"chance": 0.05, "density": 1,
"bottom": true, "place": [
"density": 1, "structures/amethyst1",
"place": [ "structures/amethyst2",
"structures/amethyst1", "structures/amethyst3",
"structures/amethyst2", "structures/amethyst4",
"structures/amethyst3", "structures/amethyst5",
"structures/amethyst4", "structures/amethyst6"
"structures/amethyst5", ],
"structures/amethyst6" "edit": [
], {
"edit": [{ "find": [
"find": [{"block": "minecraft:glass"}], {
"replace": {"palette": [{"block": "minecraft:void_air"}]} "block": "minecraft:glass"
}], }
"enabled": true, ],
"xAxis": { "replace": {
"interval": 90, "palette": [
"max": 360, {
"min": 0 "block": "minecraft:void_air"
}, }
"yAxis": { ]
"interval": 90, }
"max": 360, }
"min": 0 ],
}, "enabled": true,
"translate": { "xAxis": {
"yRandom": 10, "interval": 90,
"y": 2 "max": 360,
} "min": 0
}],
"shoreBiomes": ["mushroom/shore/beach"],
"seaBiomes": ["mushroom/sea/ocean"],
"blockDrops": [{
"drops": [
{
"type": "red_mushroom",
"rarity": 8
}, },
{ "yAxis": {
"type": "brown_mushroom", "interval": 90,
"rarity": 8 "max": 360,
"min": 0
},
"translate": {
"yRandom": 10,
"y": 2
} }
], }
"blocks": [ ],
{"block": "minecraft:mycelium"}, "shoreBiomes": [
{"block": "minecraft:mushroom_stem"}, "mushroom/shore/beach"
{"block": "minecraft:red_mushroom_block"}, ],
{"block": "minecraft:brown_mushroom_block"} "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, "landBiomeZoom": 1.8,
"effects": [ "effects": [
{ {
@@ -104,15 +132,28 @@
], ],
"shoreHeightMin": 3.2, "shoreHeightMin": 3.2,
"shoreHeightMax": 6.2, "shoreHeightMax": 6.2,
"carving": {"caves": [{ "carving": {
"breakSurface": true, "caves": [
"cave": "rocky/main", {
"rarity": 50, "breakSurface": true,
"caveStartHeight": { "cave": "rocky/main",
"max": 400, "rarity": 50,
"min": 15, "caveStartHeight": {
"style": {"style": "STATIC"} "max": 400,
} "min": 15,
}]}, "style": {
"shoreHeightZoom": 1.14 "style": "STATIC"
} }
}
}
]
},
"shoreHeightZoom": 1.14,
"loot": {
"mode": "FALLBACK",
"tables": [
"mushroom/clutter",
"mushroom/food"
]
}
}

View File

@@ -2,7 +2,6 @@
"name": "Swamp", "name": "Swamp",
"color": "#69943C", "color": "#69943C",
"rarity": 2, "rarity": 2,
"landBiomes": [ "landBiomes": [
"swamp/roofed-forest", "swamp/roofed-forest",
"swamp/sea/lake", "swamp/sea/lake",
@@ -12,52 +11,67 @@
"swamp/cambian-drift", "swamp/cambian-drift",
"swamp/swamp-forest", "swamp/swamp-forest",
"swamp/willow-forest" "swamp/willow-forest"
], ],
"objects": [
"objects": [{ {
"heightmap": { "heightmap": {
"seed": 1337, "seed": 1337,
"style": { "style": {
"style": "SIMPLEX", "style": "SIMPLEX",
"multiplier": 10 "multiplier": 10
},
"offsetY": 5
}, },
"offsetY": 5 "chance": 0.05,
}, "bottom": true,
"chance": 0.05, "density": 1,
"bottom": true, "place": [
"density": 1, "structures/amethyst1",
"place": [ "structures/amethyst2",
"structures/amethyst1", "structures/amethyst3",
"structures/amethyst2", "structures/amethyst4",
"structures/amethyst3", "structures/amethyst5",
"structures/amethyst4", "structures/amethyst6"
"structures/amethyst5", ],
"structures/amethyst6" "edit": [
], {
"edit": [{ "find": [
"find": [{"block": "minecraft:glass"}], {
"replace": {"palette": [{"block": "minecraft:void_air"}]} "block": "minecraft:glass"
}], }
"enabled": true, ],
"xAxis": { "replace": {
"interval": 90, "palette": [
"max": 360, {
"min": 0 "block": "minecraft:void_air"
}, }
"yAxis": { ]
"interval": 90, }
"max": 360, }
"min": 0 ],
}, "enabled": true,
"translate": { "xAxis": {
"yRandom": 10, "interval": 90,
"y": 2 "max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {
"yRandom": 10,
"y": 2
}
} }
}], ],
"caveBiomes": [ "caveBiomes": [
"carving/rocky-cavebiome" "carving/rocky-cavebiome"
], ],
"shoreBiomes": ["swamp/shore/beach"], "shoreBiomes": [
"swamp/shore/beach"
],
"seaBiomes": [ "seaBiomes": [
"swamp/sea/ocean", "swamp/sea/ocean",
"swamp/swamp-mangrove-lake", "swamp/swamp-mangrove-lake",
@@ -77,7 +91,11 @@
"minPerChunk": 1, "minPerChunk": 1,
"minSize": 3, "minSize": 3,
"maxSize": 8, "maxSize": 8,
"palette": [{"block": "minecraft:coal_ore"}], "palette": [
{
"block": "minecraft:coal_ore"
}
],
"varience": 4 "varience": 4
}, },
{ {
@@ -87,34 +105,63 @@
"minPerChunk": 4, "minPerChunk": 4,
"minSize": 3, "minSize": 3,
"maxSize": 8, "maxSize": 8,
"palette": [{"block": "minecraft:iron_ore"}], "palette": [
{
"block": "minecraft:iron_ore"
}
],
"varience": 4 "varience": 4
} }
], ],
"landBiomeZoom": 2, "landBiomeZoom": 2,
"shoreHeightMin": 1.2, "shoreHeightMin": 1.2,
"shoreHeightMax": 3, "shoreHeightMax": 3,
"carving": {"caves": [{ "carving": {
"breakSurface": true, "caves": [
"cave": "swamp/main", {
"rarity": 10, "breakSurface": true,
"caveStartHeight": { "cave": "swamp/main",
"max": 400, "rarity": 10,
"min": 15, "caveStartHeight": {
"style": {"style": "STATIC"} "max": 400,
} "min": 15,
}]}, "style": {
"shoreHeightZoom": 3.14, "style": "STATIC"
"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"}
] ]
}] },
} "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"
]
}
}

View File

@@ -180,5 +180,12 @@
"shoreHeightMin": 1, "shoreHeightMin": 1,
"shoreHeightMax": 5.2, "shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14, "shoreHeightZoom": 1.14,
"riverThickness": 0.025 "riverThickness": 0.025,
"loot": {
"mode": "FALLBACK",
"tables": [
"temperate/clutter",
"temperate/food"
]
}
} }

View File

@@ -10,8 +10,12 @@
"terralost/alpine-highlands" "terralost/alpine-highlands"
], ],
"landBiomeZoom": 3, "landBiomeZoom": 3,
"shoreBiomes": ["tundra/shore/beach"], "shoreBiomes": [
"seaBiomes": ["mountain/sea/river"], "tundra/shore/beach"
],
"seaBiomes": [
"mountain/sea/river"
],
"entitySpawners": [ "entitySpawners": [
"tundra/passive", "tundra/passive",
"tundra/hostile", "tundra/hostile",
@@ -20,21 +24,33 @@
"shoreHeightMin": 2.2, "shoreHeightMin": 2.2,
"shoreHeightMax": 5.2, "shoreHeightMax": 5.2,
"carving": { "carving": {
"ravines": [{ "ravines": [
"rarity": 25, {
"ravine": "calcite/main" "rarity": 25,
}], "ravine": "calcite/main"
"caves": [{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 50,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
} }
}] ],
"caves": [
{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 50,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {
"style": "STATIC"
}
}
}
]
}, },
"shoreHeightZoom": 1.14, "shoreHeightZoom": 1.14,
"riverThickness": 0.025 "riverThickness": 0.025,
} "loot": {
"mode": "FALLBACK",
"tables": [
"tropical/dungeon"
]
}
}

View File

@@ -18,23 +18,24 @@
"caveBiomes": [ "caveBiomes": [
"carving/rocky-cavebiome" "carving/rocky-cavebiome"
], ],
"jigsawStructures": [
"jigsawStructures": [{ {
"structure": "ruined-portal", "structure": "ruined-portal",
"rarity": 1200 "rarity": 1200
},
{
"structure": "dungeon-skeleton",
"rarity": 800
}, },
{ {
"structure": "dungeon-spider", "structure": "dungeon-skeleton",
"rarity": 800 "rarity": 800
}, },
{ {
"structure": "dungeon-zombie", "structure": "dungeon-spider",
"rarity": 800 "rarity": 800
}], },
{
"structure": "dungeon-zombie",
"rarity": 800
}
],
"objects": [ "objects": [
{ {
"heightmap": { "heightmap": {
@@ -56,10 +57,22 @@
"structures/amethyst5", "structures/amethyst5",
"structures/amethyst6" "structures/amethyst6"
], ],
"edit": [{ "edit": [
"find": [{"block": "minecraft:glass"}], {
"replace": {"palette": [{"block": "minecraft:void_air"}]} "find": [
}], {
"block": "minecraft:glass"
}
],
"replace": {
"palette": [
{
"block": "minecraft:void_air"
}
]
}
}
],
"enabled": true, "enabled": true,
"xAxis": { "xAxis": {
"interval": 90, "interval": 90,
@@ -90,10 +103,12 @@
"ocean/rich-oceans" "ocean/rich-oceans"
], ],
"carving": { "carving": {
"ravines": [{ "ravines": [
"rarity": 170, {
"ravine": "jungle/main" "rarity": 170,
}], "ravine": "jungle/main"
}
],
"caves": [ "caves": [
{ {
"breakSurface": true, "breakSurface": true,
@@ -102,7 +117,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
}, },
{ {
@@ -112,7 +129,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
}, },
{ {
@@ -122,7 +141,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
}, },
{ {
@@ -132,24 +153,32 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
} }
] ]
}, },
"deposits": [{ "deposits": [
"minHeight": 10, {
"maxPerChunk": 9, "minHeight": 10,
"maxHeight": 92, "maxPerChunk": 9,
"minPerChunk": 2, "maxHeight": 92,
"minSize": 3, "minPerChunk": 2,
"maxSize": 8, "minSize": 3,
"palette": [ "maxSize": 8,
{"block": "minecraft:lapis_ore"}, "palette": [
{"block": "minecraft:redstone_ore"} {
], "block": "minecraft:lapis_ore"
"varience": 8 },
}], {
"block": "minecraft:redstone_ore"
}
],
"varience": 8
}
],
"entitySpawners": [ "entitySpawners": [
"tropical/passive", "tropical/passive",
"tropical/hostile", "tropical/hostile",
@@ -160,5 +189,13 @@
"landBiomeZoom": 5.5, "landBiomeZoom": 5.5,
"shoreHeightMin": 3.2, "shoreHeightMin": 3.2,
"shoreHeightMax": 9.2, "shoreHeightMax": 9.2,
"shoreHeightZoom": 2.14 "shoreHeightZoom": 2.14,
} "loot": {
"mode": "FALLBACK",
"tables": [
"tropical/treasure",
"tropical/food",
"tropical/dungeon"
]
}
}

View File

@@ -24,85 +24,108 @@
"caveBiomes": [ "caveBiomes": [
"carving/rocky-cavebiome" "carving/rocky-cavebiome"
], ],
"jigsawStructures": [{ "jigsawStructures": [
"structure": "ruined-portal", {
"rarity": 1200 "structure": "ruined-portal",
}, "rarity": 1200
{
"structure": "dungeon-skeleton",
"rarity": 800
}, },
{ {
"structure": "dungeon-spider", "structure": "dungeon-skeleton",
"rarity": 800 "rarity": 800
}, },
{ {
"structure": "dungeon-zombie", "structure": "dungeon-spider",
"rarity": 800 "rarity": 800
}],
"objects": [{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
}, },
"chance": 0.05, {
"bottom": true, "structure": "dungeon-zombie",
"density": 1, "rarity": 800
"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
} }
}], ],
"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": [ "shoreBiomes": [
"tundra/shore/beach", "tundra/shore/beach",
"tundra/shore/beach-stone" "tundra/shore/beach-stone"
], ],
"seaBiomeZoom": 4, "seaBiomeZoom": 4,
"seaBiomes": ["mountain/sea/river"], "seaBiomes": [
"mountain/sea/river"
],
"entitySpawners": [ "entitySpawners": [
"tundra/passive", "tundra/passive",
"tundra/hostile", "tundra/hostile",
"tundra/cave", "tundra/cave",
"tundra/water" "tundra/water"
], ],
"deposits": [{ "deposits": [
"minHeight": 20, {
"maxPerChunk": 8, "minHeight": 20,
"maxHeight": 102, "maxPerChunk": 8,
"minPerChunk": 2, "maxHeight": 102,
"minSize": 3, "minPerChunk": 2,
"maxSize": 8, "minSize": 3,
"palette": [{"block": "minecraft:emerald_ore"}], "maxSize": 8,
"varience": 8 "palette": [
}], {
"block": "minecraft:emerald_ore"
}
],
"varience": 8
}
],
"landBiomeZoom": 4.5, "landBiomeZoom": 4.5,
"shoreHeightMin": 2.2, "shoreHeightMin": 2.2,
"shoreHeightMax": 5.2, "shoreHeightMax": 5.2,
@@ -125,7 +148,9 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
}, },
{ {
@@ -135,11 +160,21 @@
"caveStartHeight": { "caveStartHeight": {
"max": 400, "max": 400,
"min": 15, "min": 15,
"style": {"style": "STATIC"} "style": {
"style": "STATIC"
}
} }
} }
] ]
}, },
"shoreHeightZoom": 1.14, "shoreHeightZoom": 1.14,
"riverThickness": 0.025 "riverThickness": 0.025,
} "loot": {
"mode": "FALLBACK",
"tables": [
"cold/food",
"cold/treasure",
"snow/clutter"
]
}
}