From 5dc0c260f1f9b01cdd134fa46d92cc18129170e0 Mon Sep 17 00:00:00 2001 From: Emojigit <55009343+Emojigit@users.noreply.github.com> Date: Sun, 16 May 2021 07:22:49 +0800 Subject: [PATCH] Update init.lua --- mods/doors/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/doors/init.lua b/mods/doors/init.lua index 9ab51ea0..8ac90e56 100644 --- a/mods/doors/init.lua +++ b/mods/doors/init.lua @@ -582,7 +582,7 @@ function doors.register_trapdoor(name, def) def.paramtype = "light" def.paramtype2 = "facedir" def.is_ground_content = false - def.use_texture_alpha = "clip" + def.use_texture_alpha = def.use_texture_alpha or "clip" if def.protected then def.can_dig = can_dig_door