2019-03-10 02:58:53 +01:00
|
|
|
mcl_end = {}
|
|
|
|
|
2018-01-23 01:53:43 +01:00
|
|
|
local basepath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
dofile(basepath.."/chorus_plant.lua")
|
2019-03-10 02:58:53 +01:00
|
|
|
dofile(basepath.."/building.lua")
|
2018-01-23 01:53:43 +01:00
|
|
|
dofile(basepath.."/eye_of_ender.lua")
|
2020-07-25 13:32:35 +02:00
|
|
|
if not minetest.get_modpath("mcl_end_crystal") then
|
|
|
|
dofile(basepath.."/end_crystal.lua")
|
|
|
|
end
|