Can i make the deserts to spawn sand,sandstone instead of:desert sand,
desert stone. desert sand i dont like them but it would be cool if i can change them
FOSS gamedev and creative worlds
https://forums.minetest.org/
minetest.register_alias("mapgen_desert_sand", "default:sand")
minetest.register_alias("mapgen_desert_stone", "default:sandstone")