diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 94726fb7..352c5de4 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -9,9 +9,9 @@ "landChance": 0.69, "biomeZoom": 7, "continentalStyle": { - "style": "CELLULAR_HEIGHT_IRIS_DOUBLE", - "zoom": 12.925, - "exponent": 10.1 + "style": "NOWHERE_SUPERFRACTAL", + "zoom": 5, + "exponent": 7.5 }, "REGIONS": "Contains the list of regions and their placement style", "regionZoom": 7.35, @@ -38,6 +38,12 @@ "style": "NOWHERE_CELLULAR", "zoom": 5 }, + "TREE SETTINGS": "This is where you can change tree inheritance from saplings.", + "treeSettings": { + "enabled": true, + "mode": "FIRST" + }, + "SEAS": "Sea settings (for the biomes that are oceans).", "seaZoom": 1.25, "seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"}, diff --git a/objects/trees/oak/truegeneric2.iob b/objects/trees/oak/truegeneric2.iob index cd18f74e..4259d36b 100644 Binary files a/objects/trees/oak/truegeneric2.iob and b/objects/trees/oak/truegeneric2.iob differ diff --git a/regions/temperate.json b/regions/temperate.json index 1493f718..5c266bac 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -75,6 +75,20 @@ "varience": 4 }], "objects": [ + { + "chance": 0, + "mode": "MIN_HEIGHT", + "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, + "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["TREE"]}], + "translate": {"y": 7}, + "place": [ + "trees/oak/truegeneric1", + "trees/oak/truegeneric2", + "trees/oak/truegeneric3", + "trees/oak/truegeneric4", + "trees/oak/truegeneric5" + ] + }, { "heightmap": { "seed": 1337,