mirror of
git://repo.or.cz/rocks.git
synced 2025-01-04 07:10:28 +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
|
return rocksl.seedseq
|
||||||
end
|
end
|
||||||
|
|
||||||
|
minetest.clear_registered_ores()
|
||||||
|
|
||||||
local modpath=minetest.get_modpath(minetest.get_current_modname())
|
local modpath=minetest.get_modpath(minetest.get_current_modname())
|
||||||
|
|
||||||
dofile(modpath.."/sed.lua")
|
dofile(modpath.."/sed.lua")
|
||||||
|
@ -89,7 +89,7 @@ do
|
|||||||
def.node_stone="rocks:limestone"
|
def.node_stone="rocks:limestone"
|
||||||
def.depth_filler=15
|
def.depth_filler=15
|
||||||
end
|
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
|
-- deactivate the added and removed shore-thing of MGv7
|
||||||
-- to fix weirid sand layers underground
|
-- to fix weirid sand layers underground
|
||||||
if btype=="lowland" then -- fixme: does this affect beach/ocean too?
|
if btype=="lowland" then -- fixme: does this affect beach/ocean too?
|
||||||
|
Loading…
Reference in New Issue
Block a user