From 5d8cdf692baf9a88aaab82e6c9d67b70dade4401 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Tue, 20 Nov 2018 14:43:07 +0300 Subject: meseconify doors --- doors.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doors.lua') 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 -- cgit v1.2.3