]> git.lizzy.rs Git - dragonfireclient.git/blob - games/devtest/mods/testnodes/init.lua
92e2c5630de33025e5d9acf520b2e0850ba383a3
[dragonfireclient.git] / games / devtest / mods / testnodes / init.lua
1 local path = minetest.get_modpath(minetest.get_current_modname())
2
3 dofile(path.."/drawtypes.lua")
4 dofile(path.."/meshes.lua")
5 dofile(path.."/nodeboxes.lua")
6 dofile(path.."/param2.lua")
7 dofile(path.."/properties.lua")
8 dofile(path.."/liquids.lua")
9 dofile(path.."/light.lua")
10 dofile(path.."/textures.lua")