mirror of
git://repo.or.cz/rocks.git
synced 2025-01-01 14:00:30 +01:00
Fix weirid sand layers caused by shore-thing of MGv7
This commit is contained in:
parent
59c5eaf5b4
commit
97b9170653
7
sed.lua
7
sed.lua
@ -65,6 +65,13 @@ do
|
||||
def.node_filler="rocks:mudstone"
|
||||
def.depth_filler=11
|
||||
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?
|
||||
def.node_shore_top=def.node_top
|
||||
def.node_shore_filler=def.node_filler
|
||||
def.node_underwater=def.node_filler
|
||||
end
|
||||
-- and call the saved method to actually do the registration
|
||||
old_register_biome(def)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user