forked from mtcontrib/homedecor_modpack
		
	don't try to register "right" door inv images
they don't exist, and aren't used anyway
This commit is contained in:
		| @@ -237,8 +237,8 @@ for i in ipairs(sides) do | |||||||
| 			description = doordesc.." "..S("(%s-opening)"):format(side), | 			description = doordesc.." "..S("(%s-opening)"):format(side), | ||||||
| 			drawtype = "nodebox", | 			drawtype = "nodebox", | ||||||
| 			tiles = tiles_lower, | 			tiles = tiles_lower, | ||||||
| 			inventory_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", | 			inventory_image = "homedecor_door_"..doorname.."_left_inv.png", | ||||||
| 			wield_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", | 			wield_image = "homedecor_door_"..doorname.."_left_inv.png", | ||||||
| 			paramtype = "light", | 			paramtype = "light", | ||||||
| 			paramtype2 = "facedir", | 			paramtype2 = "facedir", | ||||||
| 			groups = dgroups, | 			groups = dgroups, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user