blob: 2b8d042df3af99fec12c74a61cb67a0c16fc0e5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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")
dofile(path.."/commands.lua")
|