Minetestmapper.py ignore blocks above certain height.
Is there a way to get minetestmapper to not map blocks above a certain height? Flying structures look odd on my map image. Thanks.
FOSS gamedev and creative worlds
https://forums.minetest.org/
psmin = getBlockAsInteger((xpos, -2048, zpos))
psmax = getBlockAsInteger((xpos, 2047, zpos))xyz wrote:minetestmapper.py, lines 431-432Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
psmin = getBlockAsInteger((xpos, -2048, zpos))
psmax = getBlockAsInteger((xpos, 2047, zpos))