summaryrefslogtreecommitdiff
path: root/doors.lua
diff options
context:
space:
mode:
Diffstat (limited to 'doors.lua')
-rw-r--r--doors.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/doors.lua b/doors.lua
index 980cef2..2f23a98 100644
--- a/doors.lua
+++ b/doors.lua
@@ -57,6 +57,7 @@ doors.register("door_iron_bar", {
}
})
+
-- Protected glass doors
doors.register("door_glass_protected", {
@@ -178,3 +179,9 @@ if minetest.get_modpath("moreblocks") then
})
end
+
+-- Mesecons compatibility
+
+if minetest.get_modpath("mesecons") then
+ dofile(minetest_errata.modpath.."/doors_mesecons.lua")
+end \ No newline at end of file