From 7d5b162ae9c7942bc21725bd310b46ebe8e4e4a2 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Fri, 10 Apr 2015 15:38:53 +0100 Subject: tidied & optimized code --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 3df46ef..66a655e 100644 --- a/init.lua +++ b/init.lua @@ -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") -- cgit v1.2.3