mirror of
git://repo.or.cz/rocks.git
synced 2024-11-15 23:10:40 +01:00
Replace reference to default:stone in biomes to mapgen_stone.
This commit is contained in:
parent
7c6d02e2ed
commit
0fde0e8f15
1
sed.lua
1
sed.lua
|
@ -89,6 +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
|
||||
-- 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