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", | ||||
| 			tiles = tiles_lower, | ||||
| 			inventory_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", | ||||
| 			wield_image = "homedecor_door_"..doorname.."_"..side.."_inv.png", | ||||
| 			paramtype = "light", | ||||
| 			paramtype2 = "facedir", | ||||
| 			groups = dgroups, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user