Apollounknowndev / tectonic

Enhanced terrain generation with mountain ranges, underground rivers, and more
81 stars 9 forks source link

possibility of changing world gen height limit in config? #157

Closed saccharinesky closed 3 months ago

saccharinesky commented 3 months ago

in tectonic.json, the increased_height variable lets you change the max build and world gen height to 640; is it possible to change this value or add an option to change it to one that is even greater?

Apollounknowndev commented 3 months ago

There's no straightforward way to implement a simple number config for the max height instead, and adding an XL Increased Height datapack would only leave the project more bloated on the backend.

I might provide a tutorial on how to modify the pack manually to increase the max height at some point, but no clue when that'd be made.