From 15683deca691d21a84dc0048a5f82dfb39b1b215 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 28 Jul 2021 21:31:12 -0400 Subject: [PATCH] Fix zooms --- biomes/temperate/plateau.json | 12 +----------- dimensions/overworld.json | 4 ++-- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/biomes/temperate/plateau.json b/biomes/temperate/plateau.json index 7d25c80c..69724edc 100644 --- a/biomes/temperate/plateau.json +++ b/biomes/temperate/plateau.json @@ -15,17 +15,7 @@ { "min": 25, "max": 37, - "generator": "canyon-steep" - }, - { - "min": 2, - "max": 3, - "generator": "smooth-dunes" - }, - { - "min": 2, - "max": 6, - "generator": "plain" + "generator": "small-cliffs" } ], "jigsawStructures": [ diff --git a/dimensions/overworld.json b/dimensions/overworld.json index e207c912..867b8c44 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -7,9 +7,9 @@ "CONTINENTS": "Continent settings containing placement of the continents.", "continentZoom": 1, "landChance": 0.69, - "biomeZoom": 7, + "biomeZoom": 4, "REGIONS": "Contains the list of regions and their placement style", - "regionZoom": 6.35, + "regionZoom": 6, "regions": [ "mushroom", "swamp",