Page 1 of 1

Can i make the deserts to spawn sand,sandstone instead of:desert sand,

PostPosted: Fri Oct 26, 2012 12:50
by sky
desert stone. desert sand i dont like them but it would be cool if i can change them

PostPosted: Fri Oct 26, 2012 12:57
by PilzAdam
Go to mapgen.lua in the default mod and change line 25 and 26 to:
Your 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
minetest.register_alias("mapgen_desert_sand", "default:sand")
minetest.register_alias("mapgen_desert_stone", "default:sandstone")

PostPosted: Fri Oct 26, 2012 13:15
by sky
thanks

PostPosted: Fri Oct 26, 2012 13:27
by sky
and i dont want to make another topic how can i add in mapgen.lua another tree because i have jungletrees with mod but i want another tree spawn behind the normal trees and junglegrass

PostPosted: Fri Oct 26, 2012 13:29
by PilzAdam
Thats not easy. You have to write a new mod for that. It is not possible with the core mapgenerator.