mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
4 lines
180 B
Lua
4 lines
180 B
Lua
local basepath = minetest.get_modpath(minetest.get_current_modname())
|
|
dofile(basepath.."/building.lua")
|
|
dofile(basepath.."/chorus_plant.lua")
|
|
dofile(basepath.."/eye_of_ender.lua")
|