diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-12 10:44:35 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-12 10:44:35 +0000 |
commit | 4add54dbd24c820ad2da6b658044186b2818da3e (patch) | |
tree | a0fa5d8ef7280f002f586776da4c80420e4aac31 /init.lua | |
parent | eab8b175d3917bae7ccd26992ca34cd73ccafbeb (diff) |
new dirt top textures (thanks RQWorldblender) and falling node check for 0.4.14/15
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ --[[
- Minetest Ethereal Mod (7th January 2017)
+ Minetest Ethereal Mod (12th January 2017)
Created by ChinChow
@@ -52,6 +52,9 @@ else end
ethereal.intllib = S
+-- Falling node function
+ethereal.check_falling = minetest.check_for_falling or nodeupdate
+
local path = minetest.get_modpath("ethereal")
dofile(path .. "/plantlife.lua")
|