summaryrefslogtreecommitdiff
path: root/games/minimal/mods/testnodes/init.lua
blob: 92e2c5630de33025e5d9acf520b2e0850ba383a3 (plain)
1
2
3
4
5
6
7
8
9
10
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")