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 41 forks source link

World only generates surrounding chunks #108

Closed TuboWorm closed 4 years ago

TuboWorm commented 4 years ago

So i have followed tutorials and it seems everything should be ok however when i load up the world it seems to only generate the few chunks around where i spawn. The rest is all just very deep water.

taeko-chan commented 4 years ago

that's "null island". you'll need to use the /tpll command to teleport somewhere meaningful.

TuboWorm commented 4 years ago

I just get teleported to water still

taeko-chan commented 4 years ago

try one of these locations: https://github.com/orangeadam3/terra121/blob/master/COOL_LOCATIONS.md

TuboWorm commented 4 years ago

I honestly feel so stupid. It worked. How do i find where my town is? how do i convert the coordinates from real life to minecraft. Sorry I am clearly too old for this!

taeko-chan commented 4 years ago

no problem, can be a bit confusing :) go to google maps and click somewhere in your town on the map. at the bottom, there should be a windows that pops up, with the town name in bold on top and below there should be the coordinates. click on them, and then you should be able to copy them from where you would normally search for something. then just paste them after /tpll with a space afterwards. be sure you get the one without degrees, so something like: 47.345596, 8.550502

ILikeTrains27 commented 4 years ago

and remember to remove the comma

taeko-chan commented 4 years ago

There was a recent commit that added the ability to leave the comma in, but it’s worth checking because you may have an older version (idk if there’s an official build with that new a commit)