reverse previous change to doors/chest
This commit is contained in:
parent
be2a43a5f3
commit
d700b5164c
6
init.lua
6
init.lua
@ -689,11 +689,7 @@ minetest.register_node("protector:display_node", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
-- only add protected doors and chest if running default minetest
|
dofile(MP .. "/doors_chest.lua")
|
||||||
if minetest.registered_items["default:steel_ingot"] then
|
|
||||||
dofile(MP .. "/doors_chest.lua")
|
|
||||||
end
|
|
||||||
|
|
||||||
dofile(MP .. "/pvp.lua")
|
dofile(MP .. "/pvp.lua")
|
||||||
dofile(MP .. "/admin.lua")
|
dofile(MP .. "/admin.lua")
|
||||||
dofile(MP .. "/tool.lua")
|
dofile(MP .. "/tool.lua")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user