mirror of
git://repo.or.cz/rocks.git
synced 2025-01-01 14:00:30 +01:00
Basalt now replaces default:stone downto -48.
This commit is contained in:
parent
0bd4d6bfa8
commit
af7e78500e
@ -22,6 +22,8 @@ rocksl.GetNextSeed=function()
|
||||
return rocksl.seedseq
|
||||
end
|
||||
|
||||
minetest.clear_registered_ores()
|
||||
|
||||
local modpath=minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
dofile(modpath.."/sed.lua")
|
||||
|
@ -89,7 +89,7 @@ do
|
||||
def.node_stone="rocks:limestone"
|
||||
def.depth_filler=15
|
||||
end
|
||||
if (def.node_stone=="default:stone") or (not def.node_stone) then def.node_stone="mapgen_stone" end
|
||||
if (def.node_stone=="default:stone") or (not def.node_stone) then def.node_stone="rocks:basalt" end
|
||||
-- deactivate the added and removed shore-thing of MGv7
|
||||
-- to fix weirid sand layers underground
|
||||
if btype=="lowland" then -- fixme: does this affect beach/ocean too?
|
||||
|
Loading…
Reference in New Issue
Block a user