MineClone2/mods/ITEMS/mcl_end/init.lua
2019-03-10 02:58:53 +01:00

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")