1
0
mirror of https://github.com/MCLx86/xtreemtest.git synced 2025-04-08 11:17:42 +02:00
2022-10-08 17:16:13 -04:00

12 lines
333 B
Lua

local path = minetest.get_modpath(minetest.get_current_modname())
dofile(path.."/drawtypes.lua")
dofile(path.."/meshes.lua")
dofile(path.."/nodeboxes.lua")
dofile(path.."/param2.lua")
dofile(path.."/properties.lua")
dofile(path.."/liquids.lua")
dofile(path.."/light.lua")
dofile(path.."/textures.lua")
dofile(path.."/overlays.lua")