7 lines
194 B
Lua
7 lines
194 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")
|