-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
l noticed that snow mapgen happens in nyanland:

snow uses the heightmap to find the surface (https://github.com/Splizard/minetest-mod-snow/blob/master/src/mapgen_v6.lua#L297), so l assume this happens due to a wrong heightmap, #18 actually shouldn't have happened if heightmap worked right.