mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-10-28 20:28:21 +01:00
9 lines
288 B
Lua
9 lines
288 B
Lua
mcl_end = {}
|
|
|
|
local basepath = minetest.get_modpath(minetest.get_current_modname())
|
|
dofile(basepath.."/chorus_plant.lua")
|
|
dofile(basepath.."/building.lua")
|
|
dofile(basepath.."/eye_of_ender.lua")
|
|
if not minetest.get_modpath("mcl_end_crystal") then
|
|
dofile(basepath.."/end_crystal.lua")
|
|
end
|