Ores: Make 'absheight' flag non-functional
authorparamat <paramat@users.noreply.github.com>
Thu, 22 Jun 2017 05:50:22 +0000 (06:50 +0100)
committerparamat <mat.gregory@virginmedia.com>
Mon, 26 Jun 2017 03:38:36 +0000 (04:38 +0100)
commit936d67dad4c4939c9f7c30f489d8bfc74f47fcaf
treef9b5c51903572e2eafa7b4781a06768b1ed554db
parent1237206d4bdf840ae89018d14a0510035d54d0d3
Ores: Make 'absheight' flag non-functional

The 'absheight' flag was added years ago for the floatlands of 'indev'
mapgen (now deleted). The feature mirrored all ore placement around y = 0
to place ores in floatlands.

In MTG we now use dedicated ore registrations for floatlands.

The feature is crude, inflexible, problematic and very rarely used, it
also makes ore vertical range code more complex.
Minetest 0.5 is a good chance to remove the feature.

The flag itself remains to not break flag values.
doc/lua_api.txt
src/mg_ore.cpp
src/mg_ore.h