diff --git a/README.md b/README.md index fd9d7fe2..2aae9bbc 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Please contact us on Discord if you have some changes up for review! # Overworld V2 1.18+ Roadmap -- [ ] Implement 1.18 heights -- [ ] Make iris Less Flat (more like amplified a bit) +- [X] Implement 1.18 heights +- [X] Make iris Less Flat (more like amplified a bit) - [ ] Add biomes for 1.18 (Black/White Divinity, Underground Lava/water pools, Crimson/Corruption) -- [ ] Bigger caves overall for 1.18 advantages -- [ ] More carving -- [ ] Entities... +- [X] Bigger caves overall for 1.18 advantages +- [X] More carving +- [X] Entities... - [ ] more ideas soon... - [ ] diff --git a/generators/plain-cliffs.json b/generators/plain-cliffs.json index a546d4e9..34ddff9e 100644 --- a/generators/plain-cliffs.json +++ b/generators/plain-cliffs.json @@ -5,7 +5,7 @@ "zoom": 0.87, "fracture": { "style": "IRIS_HALF", - "zoom": 0.295, + "zoom": 0.29, "multiplier": 18 } }, @@ -15,7 +15,7 @@ }], "interpolator": { "function": "BILINEAR_STARCAST_9", - "horizontalScale": 13 + "horizontalScale": 30 }, "seed": 7246661, "cliffHeightMax": 80,