mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-12-15 02:55:32 +01:00
Initial commit
This commit is contained in:
11
games/devtest/mods/testnodes/init.lua
Normal file
11
games/devtest/mods/testnodes/init.lua
Normal file
@@ -0,0 +1,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")
|
||||
Reference in New Issue
Block a user