diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-28 19:33:34 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-28 19:33:34 +0000 |
commit | eca5b6e13c6b08bed05919425ed5a435f462b5f1 (patch) | |
tree | 32d5e39741157e612008e42ac9ec3a375902c5a9 /init.lua | |
parent | cd40602a101c261066653b9cd16c05ad17fc0868 (diff) |
added support for (0.4.15 dev)'s new leafdecay functions
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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")
|