diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-06 10:48:31 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-06 10:48:31 +0000 |
commit | adabd04d7b33ffa6d2a91c521cf713e092b3dc6f (patch) | |
tree | 53b43944945dc255800c343ecad39963a4a90bd3 /init.lua | |
parent | f34b9b00c6c1e025754a71536ffd1b112cbce874 (diff) |
Few new tweaks thanks to RQWorldblender
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ --[[
- Minetest Ethereal Mod (1st December 2016)
+ Minetest Ethereal Mod (6th December 2016)
Created by ChinChow
@@ -14,6 +14,8 @@ ethereal.leafwalk = false -- true for walkable leaves, false to fall through ethereal.cavedirt = true -- caves chop through dirt when true
ethereal.torchdrop = true -- torches drop when touching water
ethereal.papyruswalk = true -- papyrus can be walked on
+ethereal.lilywalk = true -- waterlilies can be walked on
+ethereal.xcraft = true -- allow cheat crafts for cobble->gravel->dirt->sand, ice->snow, dry dirt->desert sand
-- Set following to 1 to enable biome or 0 to disable
ethereal.glacier = 1 -- Ice glaciers with snow
|