diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-04-10 15:38:53 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-04-10 15:38:53 +0100 |
commit | 7d5b162ae9c7942bc21725bd310b46ebe8e4e4a2 (patch) | |
tree | 897e5de62611c8d8cea46219960744a7c0da7fb3 /init.lua | |
parent | efd4ab247c4fa11921bf0a65b61a432e674600e4 (diff) |
tidied & optimized code
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ --[[
- Minetest Ethereal Mod 1.15 (9th April 2015)
+ Minetest Ethereal Mod 1.15 (10th April 2015)
Created by ChinChow
@@ -35,6 +35,7 @@ ethereal.lake = 1 -- Small sandy lake areas with gravel below, also used for ethereal.plains = 1 -- Dry dirt with scorched trees
ethereal.fiery = 1 -- Red grass with lava craters
ethereal.sandclay = 1 -- Sand areas with clay underneath
+ethereal.icewater = 1 -- Ice surrounding cold coastal areas
dofile(minetest.get_modpath("ethereal").."/plantlife.lua")
dofile(minetest.get_modpath("ethereal").."/mushroom.lua")
|