From 0a1e194b3ce34284fdca0dcc2d45812ca2b881ab Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 23 Nov 2014 03:18:23 -0500 Subject: [PATCH] don't try to register "right" door inv images they don't exist, and aren't used anyway --- homedecor/doors_and_gates.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homedecor/doors_and_gates.lua b/homedecor/doors_and_gates.lua index e8872a56..789a9c34 100644 --- a/homedecor/doors_and_gates.lua +++ b/homedecor/doors_and_gates.lua @@ -237,8 +237,8 @@ for i in ipairs(sides) do description = doordesc.." "..S("(%s-opening)"):format(side), drawtype = "nodebox", tiles = tiles_lower, - inventory_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", - wield_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", + inventory_image = "homedecor_door_"..doorname.."_left_inv.png", + wield_image = "homedecor_door_"..doorname.."_left_inv.png", paramtype = "light", paramtype2 = "facedir", groups = dgroups,