1
0
mirror of git://repo.or.cz/rocks.git synced 2024-11-16 07:20:40 +01:00

Replace reference to default:stone in biomes to mapgen_stone.

This commit is contained in:
Tomáš Brada 2015-04-19 12:17:26 +02:00
parent 7c6d02e2ed
commit 0fde0e8f15

View File

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