aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/init.lua
blob: d355c4278e5fcef3afaed8275998329005952032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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")