Sokomine / mg_villages

villages for all mapgens (based on Nores mg)
24 stars 13 forks source link

Floating mountain parts #6

Closed mahmutelmas06 closed 9 years ago

mahmutelmas06 commented 9 years ago

I am using Valleys_mapgen which is compatible with this mod. But as u see at the pictures mountain parts floats on sky. And again mountain parts becames huge stuns.

screenshot_20150602_173445 screenshot_20150602_173535

Sokomine commented 9 years ago

Those floating mountain tops are caused by the villages only acting on the mapchunk that contains the height level 0. That was fine with the "old" mapgen, but does look odd in newer mapgens. I might have to change this behaviour.

Sokomine commented 9 years ago

The newest version got extra handling for the mapchunks above the village. If you have extremly high mountains, you may have to set the variable mg_villages.MAX_HEIGHT_TREATED = 200 in config.lua to a higher value. If you're using mapgen v6, a value of 64 might be sufficient.