diff --git a/biomes/hot-beach.json b/biomes/hot-beach.json index 0b80b571..c0aeaa98 100644 --- a/biomes/hot-beach.json +++ b/biomes/hot-beach.json @@ -38,8 +38,9 @@ { "partOf": "SHORE_LINE", "chance": 0.11, + "verticalZoom": 0.2, "variance": { - "style": "STATIC" + "style": "SIMPLEX" }, "stackMax": 3, "zoom": 5, diff --git a/biomes/swamp-beach.json b/biomes/swamp-beach.json index 2379c7c0..0b46a7dd 100644 --- a/biomes/swamp-beach.json +++ b/biomes/swamp-beach.json @@ -50,10 +50,12 @@ { "partOf": "SHORE_LINE", "chance": 0.009, + "verticalZoom": 0.2, "variance": { - "style": "STATIC" + "style": "SIMPLEX" }, "stackMax": 4, + "stackMin": 1, "zoom": 5, "palette": [ { diff --git a/biomes/temperate-beach.json b/biomes/temperate-beach.json index a0914e3c..371d0537 100644 --- a/biomes/temperate-beach.json +++ b/biomes/temperate-beach.json @@ -34,10 +34,12 @@ { "partOf": "SHORE_LINE", "chance": 0.09, + "verticalZoom": 0.2, "variance": { - "style": "STATIC" + "style": "SIMPLEX" }, "stackMax": 2, + "stackMin": 1, "zoom": 5, "palette": [ { diff --git a/biomes/tropical-beach.json b/biomes/tropical-beach.json index d5026530..0a8f4f9e 100644 --- a/biomes/tropical-beach.json +++ b/biomes/tropical-beach.json @@ -49,10 +49,10 @@ }, { "partOf": "SHORE_LINE", - "verticalZoom": 5, + "verticalZoom": 0.2, "chance": 0.21, "variance": { - "style": "STATIC" + "style": "SIMPLEX" }, "stackMax": 6, "zoom": 5, diff --git a/biomes/tropical-island-beach.json b/biomes/tropical-island-beach.json index 8cf86360..2b512f24 100644 --- a/biomes/tropical-island-beach.json +++ b/biomes/tropical-island-beach.json @@ -46,10 +46,10 @@ }, { "partOf": "SHORE_LINE", - "verticalZoom": 5, + "verticalZoom": 0.2, "chance": 0.09, "variance": { - "style": "STATIC" + "style": "SIMPLEX" }, "stackMax": 5, "zoom": 5, diff --git a/biomes/tropical-rainforest.json b/biomes/tropical-rainforest.json index c1e87a9d..5ec8e148 100644 --- a/biomes/tropical-rainforest.json +++ b/biomes/tropical-rainforest.json @@ -174,7 +174,7 @@ ], "translate": { "x": 0, - "y": -5, + "y": -2, "z": 0 } }, diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 3b95352e..3935ba5a 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -94,7 +94,7 @@ "checks": 8, "objects": [ { - "chance": 0.01, + "chance": 0.005, "density": 1, "edit": [ { @@ -464,7 +464,7 @@ "maxHeight": 18, "minPerChunk": 1, "minSize": 2, - "maxSize": 6, + "maxSize": 5, "palette": [ { "block": "diamond_ore" @@ -478,7 +478,7 @@ "maxHeight": 40, "minPerChunk": 1, "minSize": 5, - "maxSize": 9, + "maxSize": 8, "palette": [ { "data": { @@ -506,7 +506,7 @@ { "minHeight": 3, "maxPerChunk": 1, - "maxHeight": 45, + "maxHeight": 29, "minPerChunk": 0, "minSize": 3, "maxSize": 8, @@ -520,10 +520,10 @@ { "minHeight": 1, "maxPerChunk": 9, - "maxHeight": 122, + "maxHeight": 120, "minPerChunk": 4, - "minSize": 6, - "maxSize": 9, + "minSize": 3, + "maxSize": 8, "palette": [ { "block": "iron_ore" @@ -536,8 +536,8 @@ "maxPerChunk": 10, "maxHeight": 175, "minPerChunk": 5, - "minSize": 9, - "maxSize": 12, + "minSize": 6, + "maxSize": 10, "palette": [ { "block": "coal_ore" diff --git a/objects/jungle-remade/bjungle-4.iob b/objects/jungle-remade/bjungle-4.iob index 5ce38923..e7bec25c 100644 Binary files a/objects/jungle-remade/bjungle-4.iob and b/objects/jungle-remade/bjungle-4.iob differ diff --git a/regions/hot.json b/regions/hot.json index f68dce19..96d79fbf 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -65,10 +65,10 @@ { "minHeight": 25, "maxPerChunk": 3, - "maxHeight": 67, + "maxHeight": 50, "minPerChunk": 1, "minSize": 3, - "maxSize": 5, + "maxSize": 4, "palette": [ { "block": "gold_ore" @@ -79,7 +79,7 @@ { "minHeight": 15, "maxPerChunk": 2, - "maxHeight": 47, + "maxHeight": 35, "minPerChunk": 1, "minSize": 3, "maxSize": 5, diff --git a/regions/mosaic.json b/regions/mosaic.json index 1345cbe5..8bec7f6c 100644 --- a/regions/mosaic.json +++ b/regions/mosaic.json @@ -24,7 +24,7 @@ { "minHeight": 25, "maxPerChunk": 3, - "maxHeight": 67, + "maxHeight": 50, "minPerChunk": 1, "minSize": 3, "maxSize": 5, @@ -38,7 +38,7 @@ { "minHeight": 15, "maxPerChunk": 2, - "maxHeight": 47, + "maxHeight": 30, "minPerChunk": 1, "minSize": 3, "maxSize": 5, diff --git a/regions/swamp.json b/regions/swamp.json index 88827599..cc6a6822 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -54,7 +54,7 @@ { "minHeight": 35, "maxPerChunk": 3, - "maxHeight": 67, + "maxHeight": 70, "minPerChunk": 1, "minSize": 4, "maxSize": 9, diff --git a/regions/tropical.json b/regions/tropical.json index e22fa66f..cd51a9bc 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -46,7 +46,7 @@ { "minHeight": 25, "maxPerChunk": 1, - "maxHeight": 157, + "maxHeight": 40, "minPerChunk": 0, "minSize": 1, "maxSize": 2, diff --git a/regions/tundra.json b/regions/tundra.json index 7761ee49..1ea1cc25 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -19,7 +19,7 @@ { "minHeight": 15, "maxPerChunk": 3, - "maxHeight": 87, + "maxHeight": 60, "minPerChunk": 2, "minSize": 1, "maxSize": 2, diff --git a/structures/soul-temple.json b/structures/soul-temple.json index 22226a97..5da76b20 100644 --- a/structures/soul-temple.json +++ b/structures/soul-temple.json @@ -32,10 +32,12 @@ "tables": [], "multiplier": 1 }, + "smartBore": false, "floor": "REQUIRED" }, { "ceiling": "AGNOSTIC", + "smartBore": false, "east": "NEVER", "placeMode": "CENTER_HEIGHT", "south": "NEVER", @@ -49,9 +51,11 @@ "multiplier": 1 }, "floor": "REQUIRED" + }, { "ceiling": "AGNOSTIC", + "smartBore": false, "east": "NEVER", "placeMode": "CENTER_HEIGHT", "south": "REQUIRED", @@ -68,6 +72,7 @@ }, { "ceiling": "AGNOSTIC", + "smartBore": false, "east": "REQUIRED", "placeMode": "CENTER_HEIGHT", "south": "NEVER", @@ -84,6 +89,7 @@ }, { "ceiling": "AGNOSTIC", + "smartBore": false, "east": "REQUIRED", "placeMode": "CENTER_HEIGHT", "south": "NEVER", @@ -105,6 +111,7 @@ }, { "ceiling": "AGNOSTIC", + "smartBore": false, "east": "REQUIRED", "placeMode": "CENTER_HEIGHT", "south": "REQUIRED", @@ -131,9 +138,9 @@ "multiplier": 1 }, "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 + "minimumHeight": 3, + "maximumHeight": 55 }, - "bore": false, + "bore": true, "mergeEdges": false }