VoxeLibre/mods/ITEMS/mcl_end/init.lua

5 lines
180 B
Lua
Raw Normal View History

2018-01-23 01:53:43 +01:00
local basepath = minetest.get_modpath(minetest.get_current_modname())
dofile(basepath.."/building.lua")
dofile(basepath.."/chorus_plant.lua")
dofile(basepath.."/eye_of_ender.lua")