From 210646475132d8236928aaf8da43e0bcb2dbb448 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 22 Nov 2015 20:27:07 +0000 Subject: Tweaked and tidied biomes --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index d9697d2..19bc308 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --[[ - Minetest Ethereal Mod 1.18 (14th November 2015) + Minetest Ethereal Mod 1.19 (22th November 2015) Created by ChinChow @@ -31,8 +31,8 @@ ethereal.grove = 1 -- Banana groves and ferns ethereal.mushroom = 1 -- Purple grass with giant mushrooms ethereal.sandstone = 1 -- Sandstone with smaller cactus ethereal.quicksand = 1 -- Quicksand banks -ethereal.lake = 1 -- Small sandy lake areas with gravel below, also used for ocean floor ethereal.plains = 1 -- Dry dirt with scorched trees +ethereal.savannah = 1 -- Dry yellow grass with acacia tree's ethereal.fiery = 1 -- Red grass with lava craters ethereal.sandclay = 1 -- Sand areas with clay underneath @@ -55,7 +55,7 @@ dofile(path.."/extra.lua") dofile(path.."/sealife.lua") dofile(path.."/fences.lua") dofile(path.."/gates.lua") -dofile(path.."/mapgen_v7n.lua") -- 0.4.12+ +dofile(path.."/mapgen_v7n.lua") -- 0.4.13+ if minetest.get_modpath("xanadu") then dofile(path.."/plantpack.lua") -- cgit v1.2.3