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,