diff --git a/biomes/developer-biomes/filler.json b/biomes/developer-biomes/filler.json index baea2cfe..b017bd72 100644 --- a/biomes/developer-biomes/filler.json +++ b/biomes/developer-biomes/filler.json @@ -3,6 +3,25 @@ "derivative": "PLAINS", "vanillaDerivative": "PLAINS", "color": "#404040", + "children": ["developer-biomes/pre-release/mountianv2"], + "childShrinkFactor": 1, + "childStyle":{ + "style": "NOWHERE_CELLULAR", + "axialFracturing": true, + "fracture": { + "multiplier": 55, + "axialFracturing": true, + "style": "NOWHERE", + "zoom": 0.15, + "fracture": { + "axialFracturing": true, + "style": "STATIC", + "multiplier": 4 + } + }, + "zoom": 2 + + }, "generators": [{ "generator": "plain", "max": 10, diff --git a/biomes/frozen/mountains/mountain-extreemv1.json b/biomes/frozen/mountains/mountain-extreemv1.json deleted file mode 100644 index 67d9f0f3..00000000 --- a/biomes/frozen/mountains/mountain-extreemv1.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "name": "Mountain Extreem", - "color": "#3B98C2", - "rarity": 1, - "derivative": "SNOWY_TAIGA", - "vanillaDerivative": "SNOWY_TAIGA", - "customDerivitives": [{ - "category": "icy", - "id": "frozen_hills", - "waterColor": "#216FC4", - "downfallType": "snow", - "temperature": -3, - "fogColor": "#A6D1FF", - "waterFogColor": "#216FC4", - "foliageColor": "#B8D0E1", - "grassColor": "#D0E1FF" - }], - "generators": [{ - "generator": "mountain", - "max": 420, - "min": 176 - }], - - "wall": {"palette": [ - {"block": "minecraft:stone"}, - {"block": "minecraft:andesite"} - ]}, - "layers": [ - { - "minHeight": 0, - "maxHeight": 2, - "palette": [{"block": "minecraft:snow_block"}], - "slopeCondition":{"maximumSlope": 43.5} - - }, - { - "minHeight": 1, - "maxHeight": 1, - "palette": [{"block": "minecraft:grass_block"}], - "slopeCondition":{"maximumSlope": 4.5} - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": {"style": "STATIC"}, - "palette": [ - {"block": "minecraft:stone"}, - {"block": "minecraft:andesite"}, - {"block": "minecraft:stone"} - ] - } - ], - - "objects": [ - { - "edit": [{ - "find": [{"block": "minecraft:spruce_leaves"}], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - {"block": "minecraft:oak_leaves"}, - {"block": "minecraft:dark_oak_leaves"} - ] - } - }], - "place": [ - "trees/spruce/pine1", - "trees/spruce/pine2", - "trees/spruce/pine3", - "trees/spruce/pine4", - "trees/spruce/pine5", - "trees/spruce/pine6", - "trees/spruce/pine7", - "trees/spruce/pine8", - "trees/spruce/pine9" - ], - "chance": 0.12, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": 0, - "max": 270 - } - }, - "warp": { - "style": "IRIS_DOUBLE", - "exponent": 1.2, - "zoom": 0.4 - }, - "snow": 0.1 - }, - { - "chance": 0.005, - "mode": "PAINT", - "edit": [{ - "find": [{"block": "minecraft:vine"}], - "replace": {"palette": [{"block": "minecraft:air"}]} - }], - "rotation": { - "yAxis": { - "min": 0, - "max": 270, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "clutter/obelisk1", - "clutter/obelisk2", - "clutter/obelisk3", - "clutter/obelisk4", - "clutter/obelisk5", - "clutter/obelisk6", - "clutter/obelisk7" - ] - } - ] -} diff --git a/biomes/frozen/mountains/mountian-alpha.json b/biomes/frozen/mountains/mountian-alpha.json new file mode 100644 index 00000000..8b50b9b4 --- /dev/null +++ b/biomes/frozen/mountains/mountian-alpha.json @@ -0,0 +1,31 @@ +{ + "name": "Mountain", + "derivative": "PLAINS", + "vanillaDerivative": "PLAINS", + "color": "#404040", + "generators": [{ + "generator": "mountain-large", + "max": 604, + "min": 423 + }], + + "layers": [ + { + "palette": [ + {"block": "minecraft:snow_block"}, + {"block": "minecraft:powder_snow"} + + ], + "style":{ + "style": "IRIS" + }, + "maxHeight": 4, + "minHeight": 3, + "slopeCondition": {"maximumSlope": 4} + }], + "wall": {"palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"}, + {"block": "minecraft:gravel"} + ]} + } diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 2286d4e5..d5ff00f2 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -3,7 +3,6 @@ "name": "Overworld", "environment": "NORMAL", "dimensionAngleDeg": 69, - "focusRegion": "frozen", "fluidHeight": 75, "continentZoom": 1, "continentalStyle": { @@ -21,10 +20,10 @@ "axialFracturing": true, "zoom": 6 }, - "logicalHeight": 512, + "logicalHeight": 1024, "dimensionHeight": { - "max": 512, - "min": -256 + "max": 1024, + "min": -64 }, "logicalHeightEnd": 448, "dimensionHeightEnd": { @@ -98,30 +97,20 @@ { "breakSurface": true, "cave": "cavesv4/azure-wastes/main", - "rarity": 90, + "rarity": 120, "caveStartHeight": { "max": 120, - "min": 78, + "min": 58, "style": {"style": "STATIC"} } }, { "breakSurface": true, "cave": "cavesv4/mushroom/main", - "rarity": 60, + "rarity": 180, "caveStartHeight": { - "max": 140, - "min": 78, - "style": {"style": "STATIC"} - } - }, - { - "breakSurface": true, - "cave": "cavesv4/glacial/main", - "rarity": 60, - "caveStartHeight": { - "max": 60, - "min": 38, + "max": 100, + "min": 45, "style": {"style": "STATIC"} } }, @@ -151,7 +140,7 @@ "rarity": 70, "caveStartHeight": { "max": 360, - "min": 52, + "min": 64, "style": {"style": "STATIC"} } }, @@ -160,7 +149,7 @@ "cave": "cavesv4/mantle-core/main", "rarity": 60, "caveStartHeight": { - "max": 60, + "max": 20, "min": 12, "style": {"style": "STATIC"} } @@ -170,7 +159,7 @@ "cave": "deep/main", "rarity": 60, "caveStartHeight": { - "max": 90, + "max": 64, "min": 12, "style": {"style": "STATIC"} } @@ -181,7 +170,7 @@ "breakSurface": false, "caveStartHeight": { "max": 65, - "min": 45, + "min": 30, "style": {"style": "STATIC"} } }, @@ -190,7 +179,7 @@ "cave": "deep/elongated", "rarity": 40, "caveStartHeight": { - "max": 90, + "max": 64, "min": 12, "style": {"style": "STATIC"} } @@ -200,7 +189,7 @@ "cave": "deepdark/big-deepdarkcave", "rarity": 300, "caveStartHeight": { - "max": 60, + "max": 50, "min": 12, "style": {"style": "STATIC"} } diff --git a/generators/mountain-large.json b/generators/mountain-large.json new file mode 100644 index 00000000..276a4728 --- /dev/null +++ b/generators/mountain-large.json @@ -0,0 +1,19 @@ +{ + "interpolator": { + "function": "BILINEAR_STARCAST_12", + "horizontalScale": 200 + }, + "seed": 310, + "composite": [{ + "seed": 310, + + + "style": { + "style": "FRACTAL_SMOKE", + "zoom": 1.4, + "axialFracturing": true + + + } + }] +} diff --git a/jigsaw-pieces/igloo/top1.json b/jigsaw-pieces/igloo/top1.json index 2de1b8dc..12bba677 100644 --- a/jigsaw-pieces/igloo/top1.json +++ b/jigsaw-pieces/igloo/top1.json @@ -21,27 +21,7 @@ "boreExtendMinY": 0, "bottom": false, "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 270, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, + "boreExtendMaxY": 0, "smartBore": false, "waterloggable": false, diff --git a/jigsaw-pieces/igloo/top2.json b/jigsaw-pieces/igloo/top2.json index 7b7e510c..f7715336 100644 --- a/jigsaw-pieces/igloo/top2.json +++ b/jigsaw-pieces/igloo/top2.json @@ -7,27 +7,6 @@ "boreExtendMinY": 0, "bottom": false, "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 270, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, "boreExtendMaxY": 0, "smartBore": false, "waterloggable": false, diff --git a/jigsaw-structures/igloo.json b/jigsaw-structures/igloo.json index 0c59fc28..0d07eb93 100644 --- a/jigsaw-structures/igloo.json +++ b/jigsaw-structures/igloo.json @@ -1,8 +1,7 @@ { "maxDepth": 3, "pieces": [ - "igloo/top1", - "igloo/top2" + "igloo/top1" ], "terminate": true } diff --git a/regions/frozen.json b/regions/frozen.json index d9970f47..cdf6db66 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -1,6 +1,7 @@ { "name": "Frozen", "color": "#44C3D1", + "rarity": 1, "landBiomes": [ "frozen/plains", @@ -15,8 +16,8 @@ "frozen/fields/cold-plains", "frozen/ice-spikes", "frozen/mountains/large-mountain", - "frozen/mountains/extreem-ice-spikes", - "frozen/mountains/mountain-extreemv1" + "frozen/mountains/extreem-ice-spikes" + ], "caveBiomes": [ @@ -112,7 +113,7 @@ } ], "riverRarity": 1, - "landBiomeZoom": 5, + "landBiomeZoom": 3, "shoreHeightMin": 2.2, "shoreHeightMax": 4.2, "entitySpawners": [ diff --git a/regions/prototype/dev.json b/regions/prototype/dev.json index 996b7086..c89b8d17 100644 --- a/regions/prototype/dev.json +++ b/regions/prototype/dev.json @@ -3,8 +3,7 @@ "color": "#44C3D1", "rarity": 1, "landBiomes": [ - "developer-biomes/filler", - "developer-biomes/pre-release/mountianv2" + "developer-biomes/filler" ], "shoreBiomes": ["temperate/shore/oak-beach"],