forked from mtcontrib/homedecor_modpack
		
	gave doors simple wield images (same as inventory image)
This commit is contained in:
		| @@ -238,6 +238,7 @@ for i in ipairs(sides) do | |||||||
| 			drawtype = "nodebox", | 			drawtype = "nodebox", | ||||||
| 			tiles = tiles_lower, | 			tiles = tiles_lower, | ||||||
| 			inventory_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", | 			inventory_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", | ||||||
|  | 			wield_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", | ||||||
| 			paramtype = "light", | 			paramtype = "light", | ||||||
| 			paramtype2 = "facedir", | 			paramtype2 = "facedir", | ||||||
| 			groups = dgroups, | 			groups = dgroups, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user