From 0fde0e8f158c236a5e766f04cb713a76551180b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Brada?= Date: Sun, 19 Apr 2015 12:17:26 +0200 Subject: [PATCH] Replace reference to default:stone in biomes to mapgen_stone. --- sed.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/sed.lua b/sed.lua index 3267367..dab6298 100644 --- a/sed.lua +++ b/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?