From eb111ceb36f6e44d2dc0cdc2732fa7d8f2093ea4 Mon Sep 17 00:00:00 2001
From: TenPlus1 <kinsellaja@yahoo.com>
Date: Sat, 21 May 2016 08:56:25 +0100
Subject: [PATCH] coral sand spawns -10 to -100

---
 ores.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ores.lua b/ores.lua
index d071929..c536b54 100644
--- a/ores.lua
+++ b/ores.lua
@@ -81,4 +81,4 @@ add_ore("default:stone_with_diamond", "default:desert_stone", 15*15*15, 4, 3, -3
 add_ore("default:stone_with_copper", "default:desert_stone", 9*9*9, 5, 3, -31000, -64)
 
 -- Coral Sand
-add_ore("ethereal:sandy", "default:sand", 10*10*10, 24, 4, -100, -12)
+add_ore("ethereal:sandy", "default:sand", 10*10*10, 24, 4, -100, -10)
-- 
GitLab