From 4add54dbd24c820ad2da6b658044186b2818da3e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 12 Jan 2017 10:44:35 +0000 Subject: new dirt top textures (thanks RQWorldblender) and falling node check for 0.4.14/15 --- init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index f9ffdd4..e524b87 100644 --- a/init.lua +++ b/init.lua @@ -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") -- cgit v1.2.3