diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-17 21:40:05 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-05-17 21:40:05 +0100 |
commit | b1f0ded17316dcaf729c3dc2d7d21aed70c2b7ca (patch) | |
tree | adc72eb32963a67a19863bc8e3060cb4b7df1d1b /init.lua | |
parent | c47c840f2aaf35c9ea284be191798cb3a566b175 (diff) |
Ethereal NG 1.20 release for minetest 0.4.14
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,6 @@ --[[
- Minetest Ethereal Mod 1.19 (23rd March 2016)
+ Minetest Ethereal Mod (17th May 2016)
Created by ChinChow
@@ -57,12 +57,14 @@ dofile(path .. "/extra.lua") dofile(path .. "/sealife.lua")
dofile(path .. "/fences.lua")
dofile(path .. "/gates.lua")
-dofile(path .. "/mapgen_v7n.lua") -- 0.4.13+
+dofile(path .. "/mapgen.lua")
+dofile(path .. "/food.lua")
+dofile(path .. "/bonemeal.lua")
+dofile(path .. "/compatibility.lua")
+dofile(path .. "/stairs.lua")
if minetest.get_modpath("xanadu") then
dofile(path .. "/plantpack.lua")
-else
- dofile(path .. "/stairs.lua")
end
print ("[MOD] Ethereal loaded")
|