From d2a7bd1a534fa063765cc7ba1a04ea4fa5a73052 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 9 Dec 2017 15:01:41 +0100 Subject: [PATCH] Disallow screwdriver rotation of end portal frame --- mods/ITEMS/mcl_portals/portal_end.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mods/ITEMS/mcl_portals/portal_end.lua b/mods/ITEMS/mcl_portals/portal_end.lua index 259c574e1..a12920ee7 100644 --- a/mods/ITEMS/mcl_portals/portal_end.lua +++ b/mods/ITEMS/mcl_portals/portal_end.lua @@ -275,9 +275,8 @@ minetest.register_abm({ local rotate_frame, rotate_frame_eye if minetest.get_modpath("screwdriver") then - rotate_frame = screwdriver.rotate_simple - -- TODO: Make the other node rotatable as well. - -- Problem: We need to capture edge cases and update the portal accordingly. + -- Intentionally not rotatable + rotate_frame = false rotate_frame_eye = false end