From eca5b6e13c6b08bed05919425ed5a435f462b5f1 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 28 Feb 2017 19:33:34 +0000 Subject: added support for (0.4.15 dev)'s new leafdecay functions --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index ae054b5..0bdecd9 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --[[ - Minetest Ethereal Mod (16th January 2017) + Minetest Ethereal Mod (28th February 2017) Created by ChinChow @@ -72,8 +72,9 @@ dofile(path .. "/onion.lua") dofile(path .. "/crystal.lua") dofile(path .. "/water.lua") dofile(path .. "/dirt.lua") -dofile(path .. "/leaves.lua") +dofile(path .. "/food.lua") dofile(path .. "/wood.lua") +dofile(path .. "/leaves.lua") dofile(path .. "/sapling.lua") dofile(path .. "/strawberry.lua") dofile(path .. "/fishing.lua") @@ -82,7 +83,6 @@ dofile(path .. "/sealife.lua") dofile(path .. "/fences.lua") dofile(path .. "/gates.lua") dofile(path .. "/mapgen.lua") -dofile(path .. "/food.lua") dofile(path .. "/compatibility.lua") dofile(path .. "/stairs.lua") dofile(path .. "/lucky_block.lua") -- cgit v1.2.3