From dc59acb6e62173d8121a84923cd8b30f7e9c4001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Brada?= Date: Mon, 27 Apr 2015 14:29:55 +0200 Subject: [PATCH] Oceans are of limestone and gravel. --- rocks/sed.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rocks/sed.lua b/rocks/sed.lua index c9c687c..5af17db 100644 --- a/rocks/sed.lua +++ b/rocks/sed.lua @@ -112,6 +112,8 @@ do end elseif btype=="ocean" then def.node_stone="rocks:basalt" + def.node_top="default:gravel" + def.node_filler="rocks:limestone" end do -- deactivate the added and removed shore-thing of MGv7 -- to fix weirid sand layers underground