From fac81a446f73a9531c192057bee888c5885969d8 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 28 Jul 2021 17:39:36 -0700 Subject: [PATCH] ReForest the Forest --- biomes/temperate/highlands.json | 2 +- biomes/temperate/oak-forest.json | 49 +++++++++++++++----------------- dimensions/overworld.json | 6 ++-- 3 files changed, 26 insertions(+), 31 deletions(-) diff --git a/biomes/temperate/highlands.json b/biomes/temperate/highlands.json index a0367bf7..459b922b 100644 --- a/biomes/temperate/highlands.json +++ b/biomes/temperate/highlands.json @@ -116,7 +116,7 @@ } ], "objects": [{ - "chance": 0.35, + "chance": 0.5, "density": 2, "rotation": { "yAxis": { diff --git a/biomes/temperate/oak-forest.json b/biomes/temperate/oak-forest.json index a2b4d66e..7e3674b1 100644 --- a/biomes/temperate/oak-forest.json +++ b/biomes/temperate/oak-forest.json @@ -125,16 +125,6 @@ "objects": [ { "place": [ - "clutter/boulder1", - "clutter/boulder2", - "clutter/boulder3", - "clutter/boulder4", - "clutter/boulder5", - "clutter/boulder6", - "clutter/boulder7", - "clutter/boulder8", - "clutter/boulder9", - "clutter/boulder10", "trees/oak/hoakgeneric1", "trees/oak/hoakgeneric2", "trees/oak/hoakgeneric3", @@ -155,9 +145,18 @@ "trees/oak/toak8", "trees/oak/toak9", "trees/oak/toak10", - "trees/oak/toak11" + "trees/oak/toak11", + "trees/oak/generic1", + "trees/oak/generic2", + "trees/oak/generic3", + "trees/oak/generic4", + "trees/oak/generic5", + "trees/oak/generic6", + "clutter/sbush1", + "clutter/sbush2", + "clutter/sbush3" ], - "chance": 0.3, + "chance": 0.9, "rotation": { "enabled": true, "yAxis": { @@ -175,17 +174,18 @@ }, { "place": [ - "trees/oak/generic1", - "trees/oak/generic2", - "trees/oak/generic3", - "trees/oak/generic4", - "trees/oak/generic5", - "trees/oak/generic6", - "clutter/sbush1", - "clutter/sbush2", - "clutter/sbush3" + "clutter/boulder1", + "clutter/boulder2", + "clutter/boulder3", + "clutter/boulder4", + "clutter/boulder5", + "clutter/boulder6", + "clutter/boulder7", + "clutter/boulder8", + "clutter/boulder9", + "clutter/boulder10" ], - "chance": 0.6, + "chance": 0.01, "rotation": { "enabled": true, "yAxis": { @@ -197,7 +197,7 @@ } }, { - "chance": 2.0E-7, + "chance": 0.001, "mode": "MIN_HEIGHT", "rotation": { "yAxis": { @@ -209,9 +209,6 @@ "enabled": true }, "place": [ - "void/void", - "void/void", - "void/void", "trees/mixed/smoakog80" ], "translate": { diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 352c5de4..590933e9 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -26,10 +26,10 @@ "tundra" ], "regionStyle": { - "style": "NOWHERE_CELLULAR", + "style": "CELLULAR", "fracture": { "style": "NOWHERE", - "zoom": 0.115, + "zoom": 2, "multiplier": 16 }, "zoom": 1 @@ -347,11 +347,9 @@ "style": "CELLULAR", "fracture": { "multiplier": 18, - "maxFractureAccuracy": true, "style": "FRACTAL_WATER", "zoom": 0.255, "fracture": { - "maxFractureAccuracy": true, "style": "STATIC", "multiplier": 4 }