separate chest and doors code

This commit is contained in:
tenplus1
2025-01-25 14:45:20 +00:00
parent d46cba5061
commit 74fac5ff9a
4 changed files with 263 additions and 252 deletions
+2 -1
View File
@@ -754,7 +754,8 @@ minetest.register_node("protector:display_node", {
-- load mod sections
dofile(MP .. "/doors_chest.lua")
dofile(MP .. "/doors.lua")
dofile(MP .. "/chest.lua")
dofile(MP .. "/pvp.lua")
dofile(MP .. "/admin.lua")
dofile(MP .. "/tool.lua")