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
282 stars 40 forks source link

Real life north is In game east #29

Closed RandomMangaFan closed 4 years ago

RandomMangaFan commented 4 years ago

It appears that the world generates in the wrong direction. When I look at the terrain and use the F3 screen to see which way is north, I find that the actual, real-life north is the ingame Minecraft east.

Is this an intentional feature because of technical limitations, or is this a bug?

taeko-chan commented 4 years ago

according to @orangeadam3, it was for purposes of backwards compatibility. if you go into the customize tab when you generate the world, you can change "orientation" to upright.

steadyaero commented 4 years ago

How do you change the orientation on a dedicated server?

MoKe12g commented 4 years ago

Generate a world whit this orientation on your client and upload it to your server. The Server will keep the orientation which was set by the client.

steadyaero commented 4 years ago

I guess that works as a bandaid, but that seems like something that should be read from the server.properties file.