2019-03-10 03:58:53 +02:00
|
|
|
mcl_end = {}
|
|
|
|
|
2018-01-23 02:53:43 +02:00
|
|
|
local basepath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
dofile(basepath.."/chorus_plant.lua")
|
2019-03-10 03:58:53 +02:00
|
|
|
dofile(basepath.."/building.lua")
|
2018-01-23 02:53:43 +02:00
|
|
|
dofile(basepath.."/eye_of_ender.lua")
|