Namespacing pt. 3

This commit is contained in:
2022-11-24 00:51:57 -05:00
parent e5c3ae4ba0
commit 6bae4b3b6f
115 changed files with 175 additions and 1622 deletions

View File

@@ -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",