diff options
Diffstat (limited to 'doors.lua')
-rw-r--r-- | doors.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |