From cbcabbec636ab3109a3a1c0419a5df2f7372f4e1 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 7 Jul 2021 02:36:46 -0700 Subject: [PATCH] Phattt tweaks --- biomes/frozen/beach.json | 4 ++-- biomes/frozen/mountain-cliffs.json | 2 +- biomes/frozen/mountain-middle.json | 2 +- biomes/frozen/mountains.json | 2 +- biomes/frozen/ocean.json | 8 ++------ biomes/frozen/peak.json | 2 +- biomes/frozen/pines.json | 8 ++------ biomes/frozen/plains.json | 6 +----- biomes/frozen/redwood-forest.json | 6 +----- biomes/frozen/river.json | 8 ++------ biomes/hot/mountain-middle.json | 2 +- biomes/mesa/valleys.json | 21 ++++----------------- biomes/mountain/forest-hills.json | 8 ++------ biomes/mountain/forest.json | 8 ++------ biomes/mountain/hills.json | 17 ++++------------- biomes/mountain/lake.json | 16 ++++------------ biomes/mountain/main.json | 9 ++------- biomes/mountain/middle.json | 8 ++------ biomes/mountain/mountain.json | 6 +----- biomes/mountain/plain-hills.json | 6 +----- biomes/mountain/plains.json | 12 ++---------- biomes/ocean/beach.json | 6 +----- biomes/swamp/ocean-tree.json | 4 ++-- biomes/temperate/bonsai.json | 6 +----- biomes/temperate/flower-forest.json | 6 +----- biomes/temperate/oak-hills.json | 6 +----- biomes/temperate/oak.json | 6 +----- biomes/temperate/plain-hills.json | 6 +----- biomes/temperate/plains.json | 6 +----- biomes/tropical/mountain-extreme.json | 6 +----- biomes/tropical/mountain-plains.json | 6 +----- biomes/tropical/mountain-water.json | 6 +----- regions/frozen.json | 9 +-------- 33 files changed, 52 insertions(+), 182 deletions(-) diff --git a/biomes/frozen/beach.json b/biomes/frozen/beach.json index 6a2f1391..8827db80 100644 --- a/biomes/frozen/beach.json +++ b/biomes/frozen/beach.json @@ -41,7 +41,7 @@ }], "objects": [ { - "chance": 0.01, + "chance": 0.003, "density": 3, "snow": 0.35, "rotation": { @@ -66,7 +66,7 @@ } }, { - "chance": 0.01, + "chance": 0.05, "density": 3, "mode": "FAST_MIN_HEIGHT", "snow": 0.35, diff --git a/biomes/frozen/mountain-cliffs.json b/biomes/frozen/mountain-cliffs.json index 013fddc8..3323dd45 100644 --- a/biomes/frozen/mountain-cliffs.json +++ b/biomes/frozen/mountain-cliffs.json @@ -60,7 +60,7 @@ ], "objects": [ { - "chance": 0.05, + "chance": 0.003, "mode": "FAST_MIN_HEIGHT", "density": 3, "snow": 0.35, diff --git a/biomes/frozen/mountain-middle.json b/biomes/frozen/mountain-middle.json index c9b04b07..db3d852a 100644 --- a/biomes/frozen/mountain-middle.json +++ b/biomes/frozen/mountain-middle.json @@ -95,7 +95,7 @@ "exponent": 0.625, "zoom": 1, "fracture": { - "style": "VIGOCTAVE_SIMPLEX", + "style": "SIMPLEX", "multiplier": 4, "zoom": 0.9 } diff --git a/biomes/frozen/mountains.json b/biomes/frozen/mountains.json index 026ca373..efc912f3 100644 --- a/biomes/frozen/mountains.json +++ b/biomes/frozen/mountains.json @@ -63,7 +63,7 @@ ], "objects": [ { - "chance": 0.05, + "chance": 0.003, "mode": "FAST_MIN_HEIGHT", "density": 3, "snow": 0.35, diff --git a/biomes/frozen/ocean.json b/biomes/frozen/ocean.json index d4591afc..cd811cfa 100644 --- a/biomes/frozen/ocean.json +++ b/biomes/frozen/ocean.json @@ -56,11 +56,7 @@ "minHeight": 3, "maxHeight": 6, "style": { - "style": "FRACTAL_WATER", - "fracture": { - "multiplier": 9.25, - "style": "IRIS_DOUBLE" - } + "style": "IRIS" }, "zoom": 1.16, "palette": [ @@ -91,7 +87,7 @@ ], "objects": [ { - "chance": 0.4, + "chance": 0.003, "mode": "FAST_MIN_HEIGHT", "density": 3, "snow": 0.35, diff --git a/biomes/frozen/peak.json b/biomes/frozen/peak.json index 00ae55c8..7fcd57c6 100644 --- a/biomes/frozen/peak.json +++ b/biomes/frozen/peak.json @@ -116,7 +116,7 @@ }], "objects": [ { - "chance": 0.2, + "chance": 0.003, "mode": "FAST_MIN_HEIGHT", "density": 3, "snow": 0.35, diff --git a/biomes/frozen/pines.json b/biomes/frozen/pines.json index 0fbb97d0..0513dd3a 100644 --- a/biomes/frozen/pines.json +++ b/biomes/frozen/pines.json @@ -94,11 +94,7 @@ "ice-spikes/sp-2", "ice-spikes/sp-3", "ice-spikes/sp-4", - "ice-spikes/sp-5", - "ice-spikes/tp-1", - "ice-spikes/tp-2", - "ice-spikes/tp-3", - "ice-spikes/tp-4" + "ice-spikes/sp-5" ], "translate": { "x": 0, @@ -139,7 +135,7 @@ } }, { - "chance": 0.05, + "chance": 0.06, "density": 3, "snow": 0.35, "rotation": { diff --git a/biomes/frozen/plains.json b/biomes/frozen/plains.json index e093f4aa..33a50a32 100644 --- a/biomes/frozen/plains.json +++ b/biomes/frozen/plains.json @@ -161,11 +161,7 @@ "ice-spikes/sp-2", "ice-spikes/sp-3", "ice-spikes/sp-4", - "ice-spikes/sp-5", - "ice-spikes/tp-1", - "ice-spikes/tp-2", - "ice-spikes/tp-3", - "ice-spikes/tp-4" + "ice-spikes/sp-5" ], "translate": { "x": 0, diff --git a/biomes/frozen/redwood-forest.json b/biomes/frozen/redwood-forest.json index c9a6e42c..d8aacaab 100644 --- a/biomes/frozen/redwood-forest.json +++ b/biomes/frozen/redwood-forest.json @@ -87,11 +87,7 @@ "ice-spikes/sp-2", "ice-spikes/sp-3", "ice-spikes/sp-4", - "ice-spikes/sp-5", - "ice-spikes/tp-1", - "ice-spikes/tp-2", - "ice-spikes/tp-3", - "ice-spikes/tp-4" + "ice-spikes/sp-5" ], "translate": { "x": 0, diff --git a/biomes/frozen/river.json b/biomes/frozen/river.json index b92872c1..e8a2201c 100644 --- a/biomes/frozen/river.json +++ b/biomes/frozen/river.json @@ -36,11 +36,7 @@ "minHeight": 3, "maxHeight": 6, "style": { - "style": "FRACTAL_WATER", - "fracture": { - "multiplier": 9.25, - "style": "IRIS_DOUBLE" - } + "style": "IRIS" }, "zoom": 1.16, "palette": [ @@ -71,7 +67,7 @@ ], "objects": [ { - "chance": 0.05, + "chance": 0.003, "density": 3, "snow": 0.45, "rotation": { diff --git a/biomes/hot/mountain-middle.json b/biomes/hot/mountain-middle.json index 1eeaaf62..53bdbe96 100644 --- a/biomes/hot/mountain-middle.json +++ b/biomes/hot/mountain-middle.json @@ -55,7 +55,7 @@ "exponent": 0.625, "zoom": 1, "fracture": { - "style": "VIGOCTAVE_SIMPLEX", + "style": "SIMPLEX", "multiplier": 4, "zoom": 0.9 } diff --git a/biomes/mesa/valleys.json b/biomes/mesa/valleys.json index b4039be1..de8fb60c 100644 --- a/biomes/mesa/valleys.json +++ b/biomes/mesa/valleys.json @@ -23,17 +23,8 @@ "maximumSlope": 2 }, "style": { - "style": "SIMPLEX", - "zoom": 1.4, - "fracture": { - "style": "FRACTAL_BILLOW_SIMPLEX", - "zoom": 0.4, - "multiplier": 50, - "fracture": { - "style": "STATIC", - "multiplier": 3 - } - } + "style": "IRIS", + "zoom": 1.4 }, "zoom": 0.9, "minHeight": 1, @@ -149,15 +140,11 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/forest-hills.json b/biomes/mountain/forest-hills.json index 33fac66a..919278e0 100644 --- a/biomes/mountain/forest-hills.json +++ b/biomes/mountain/forest-hills.json @@ -107,15 +107,11 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/forest.json b/biomes/mountain/forest.json index 7ba4e109..89061027 100644 --- a/biomes/mountain/forest.json +++ b/biomes/mountain/forest.json @@ -107,15 +107,11 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/hills.json b/biomes/mountain/hills.json index 1e36a7f8..d70156ba 100644 --- a/biomes/mountain/hills.json +++ b/biomes/mountain/hills.json @@ -85,15 +85,11 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", @@ -129,16 +125,11 @@ "zoom": 0.3, "fracture": { "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "zoom": 0.2 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/lake.json b/biomes/mountain/lake.json index 68ffd1b3..a205be8d 100644 --- a/biomes/mountain/lake.json +++ b/biomes/mountain/lake.json @@ -70,15 +70,11 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", @@ -115,15 +111,11 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/main.json b/biomes/mountain/main.json index 284a75ba..20cde934 100644 --- a/biomes/mountain/main.json +++ b/biomes/mountain/main.json @@ -105,16 +105,11 @@ "zoom": 0.3, "fracture": { "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "zoom": 0.2 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/middle.json b/biomes/mountain/middle.json index 9a3ce0c8..fa456906 100644 --- a/biomes/mountain/middle.json +++ b/biomes/mountain/middle.json @@ -68,7 +68,7 @@ "exponent": 0.625, "zoom": 1, "fracture": { - "style": "VIGOCTAVE_SIMPLEX", + "style": "SIMPLEX", "multiplier": 4, "zoom": 0.9 } @@ -107,11 +107,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/mountain/mountain.json b/biomes/mountain/mountain.json index 9881440c..053cbdb0 100644 --- a/biomes/mountain/mountain.json +++ b/biomes/mountain/mountain.json @@ -96,11 +96,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/mountain/plain-hills.json b/biomes/mountain/plain-hills.json index c8f02cbd..0b78126d 100644 --- a/biomes/mountain/plain-hills.json +++ b/biomes/mountain/plain-hills.json @@ -54,11 +54,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/mountain/plains.json b/biomes/mountain/plains.json index 705dd235..fef0659c 100644 --- a/biomes/mountain/plains.json +++ b/biomes/mountain/plains.json @@ -92,11 +92,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { @@ -137,11 +133,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/ocean/beach.json b/biomes/ocean/beach.json index a976fb98..5fd001c8 100644 --- a/biomes/ocean/beach.json +++ b/biomes/ocean/beach.json @@ -40,11 +40,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/swamp/ocean-tree.json b/biomes/swamp/ocean-tree.json index eb34baaf..ff1637eb 100644 --- a/biomes/swamp/ocean-tree.json +++ b/biomes/swamp/ocean-tree.json @@ -141,7 +141,7 @@ } }, { - "mode": "FAST_MIN_HEIGHT", + "mode": "VACUUM", "place": [ "tree/jungle/1", "tree/jungle/2", @@ -184,7 +184,7 @@ "max": 360 } }, - "translate": {"y": -6} + "translate": {"y": 0} } ], "wall": { diff --git a/biomes/temperate/bonsai.json b/biomes/temperate/bonsai.json index 0c262efa..9d7c711d 100644 --- a/biomes/temperate/bonsai.json +++ b/biomes/temperate/bonsai.json @@ -71,11 +71,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/flower-forest.json b/biomes/temperate/flower-forest.json index b6ffe1f8..ba4d6d0f 100644 --- a/biomes/temperate/flower-forest.json +++ b/biomes/temperate/flower-forest.json @@ -462,11 +462,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/oak-hills.json b/biomes/temperate/oak-hills.json index f082bb41..92359b1c 100644 --- a/biomes/temperate/oak-hills.json +++ b/biomes/temperate/oak-hills.json @@ -62,11 +62,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/oak.json b/biomes/temperate/oak.json index 92324f33..32234d00 100644 --- a/biomes/temperate/oak.json +++ b/biomes/temperate/oak.json @@ -56,11 +56,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/plain-hills.json b/biomes/temperate/plain-hills.json index 0e7d0335..0d1fc32a 100644 --- a/biomes/temperate/plain-hills.json +++ b/biomes/temperate/plain-hills.json @@ -54,11 +54,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/plains.json b/biomes/temperate/plains.json index aa750425..6cabb1d7 100644 --- a/biomes/temperate/plains.json +++ b/biomes/temperate/plains.json @@ -80,11 +80,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/tropical/mountain-extreme.json b/biomes/tropical/mountain-extreme.json index 39eebff7..30d1d923 100644 --- a/biomes/tropical/mountain-extreme.json +++ b/biomes/tropical/mountain-extreme.json @@ -66,11 +66,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/tropical/mountain-plains.json b/biomes/tropical/mountain-plains.json index bb46ed70..2bd2661b 100644 --- a/biomes/tropical/mountain-plains.json +++ b/biomes/tropical/mountain-plains.json @@ -73,11 +73,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/tropical/mountain-water.json b/biomes/tropical/mountain-water.json index d3609284..03f79ae6 100644 --- a/biomes/tropical/mountain-water.json +++ b/biomes/tropical/mountain-water.json @@ -55,11 +55,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/regions/frozen.json b/regions/frozen.json index 707ffec6..49f33ba8 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -18,19 +18,12 @@ ], "riverBiomes": ["frozen/river"], "spotBiomes": [ - { - "biome": "frozen/ocean", - "scale": 5, - "type": "SEA", - "shuffle": 328, - "rarity": 36 - }, { "biome": "frozen/vander", "scale": 5, "type": "LAND", "shuffle": 328, - "rarity": 10 + "rarity": 5 } ], "riverStyle": {