1
0
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:
Tomáš Brada 2015-04-20 18:07:12 +02:00
parent 0bd4d6bfa8
commit af7e78500e
2 changed files with 3 additions and 1 deletions

View File

@ -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")

View File

@ -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?