i need help with the mapgen.lua
i cant seem to find the apple generating code anywhere but the aliasing...
eg.
minetest.register_alias("mapgen_apple", "default:apple")
this is the only thing that has "apple" in it...
so if i would register "acorn" there, would it also generate that?
eg.
minetest.register_alias("mapgen_apple", "911:acorn")
would it then generate acorns?
i know it sounds absurd, but thats the thing i dont find in the API page...
atleast when i look for mapgen, generate etc...
help?