Namespacing pt. 3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--local t = os.clock()
|
||||
|
||||
xdecor = {}
|
||||
local modpath = minetest.get_modpath("xdecor")
|
||||
local modpath = minetest.get_modpath("ip_xdecor")
|
||||
|
||||
dofile(modpath .. "/handlers/animations.lua")
|
||||
dofile(modpath .. "/handlers/helpers.lua")
|
||||
@@ -12,8 +12,6 @@ dofile(modpath .. "/src/nodes.lua")
|
||||
|
||||
|
||||
local subpart = {
|
||||
"cooking",
|
||||
"itemframe",
|
||||
"mailbox",
|
||||
"mechanisms",
|
||||
"rope",
|
||||
|
||||
Reference in New Issue
Block a user