diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-24 14:54:47 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-24 14:54:47 +0000 |
commit | b3f144fa861bea71b549f63a1670e5b1deaad73f (patch) | |
tree | db0526338ce4e630b240cd1816246f2e718598e6 /init.lua | |
parent | bc9f4b059d10477f1ee5c731e0bdf0ead65baa3c (diff) |
added swamp biome
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 (16th November 2016)
+ Minetest Ethereal Mod (24th November 2016)
Created by ChinChow
@@ -37,6 +37,7 @@ 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
+ethereal.swamp = 1 -- Swamp areas with vines on tree's, mushrooms, lilly's and clay sand
-- Intllib
local S
|