diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-21 08:56:25 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-21 08:56:25 +0100 |
commit | eb111ceb36f6e44d2dc0cdc2732fa7d8f2093ea4 (patch) | |
tree | 41d1d160ff44792b91df2683b3e2f827e43a3860 /ores.lua | |
parent | 6439fca02a710a3c11912652f94acbf709f3d6cc (diff) |
coral sand spawns -10 to -100
Diffstat (limited to 'ores.lua')
-rw-r--r-- | ores.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |