orangeadam3 / terra121

A Minecraft Terrain Generating Mod for Cubic Chunks 1.12.2. attempting to generate real terrain, biomes, and features on a 1:1 scale
MIT License
280 stars 42 forks source link

[info] [offline] offline use, persistence #182

Open gianniqq opened 2 years ago

gianniqq commented 2 years ago

I'd like to know if it was possible to make the downloaded sections of the world have some persistence. To be more specific: I'm trying to make some renders of my local mountains using chunky and this requires me to have that part of the map downloaded, unfortunately whenever I log out the world gets "reset", and going through everywhere at once is a real struggle, and I don't even know if the parts that I leave behind while exploring are kept there or not. To be honest, even with persistence, going through the trouble of navigating all the terrain to make the client download it would still be quite the challenge, but at least it would be doable. The ideal scenario would be to specify an area to download, but that looks quite demanding from the server perspective (and possibly implementation wise?). Every suggestion is appreciated.

Furthermore, another issue is that even if I manage to load a consistent part of the world, I can't really use chunky to render it while leaving minecraft open because my 16gb of ram are already screaming from keeping minecraft with the mod open alone (and if I close it -> no persistence -> bye bye downloaded world).

Ps. Really awesome mod!