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

Terrain rotated 90 degrees CW when generating. #181

Open jcsmith85 opened 2 years ago

jcsmith85 commented 2 years ago

Trying to generate the terrain for the University of Louisville, and every time I spawn in it generates the terrain 90 CW. Do you need to be facing a certain direction when you tp to your destination?

orangeadam3 commented 2 years ago

When you generate the world you should do orientation: upright. Also, it depends on the projection. Mercator and equatorial keep everything facing the right direction but other ones have different orientations depending on where you are. You can check the generated map in the menu to tell if its facing the way you want.

jcsmith85 commented 2 years ago

That worked, thanks.