forked from mtcontrib/homedecor_modpack
		
	fixed wrong texture filename
This commit is contained in:
		| @@ -366,7 +366,7 @@ for _, color in ipairs(homedecor.shrub_colors) do | |||||||
| 		description = S("Shrubbery ("..color..")"), | 		description = S("Shrubbery ("..color..")"), | ||||||
| 		drawtype = "mesh", | 		drawtype = "mesh", | ||||||
| 		mesh = "homedecor_cube.obj", | 		mesh = "homedecor_cube.obj", | ||||||
| 		tiles = {"homedecor_shrubbery_"..color.."_top.png"}, | 		tiles = {"homedecor_shrubbery_"..color..".png"}, | ||||||
| 		paramtype = "light", | 		paramtype = "light", | ||||||
| 		is_ground_content = false, | 		is_ground_content = false, | ||||||
| 		groups = {snappy=3, flammable=2}, | 		groups = {snappy=3, flammable=2}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user