forked from nalc/homedecor_modpack
		
	fix wrong texture ref on "medium" tiles
This commit is contained in:
		| @@ -5,7 +5,7 @@ minetest.register_node("homedecor:bathroom_tiles_dark", { | |||||||
| 	description = S("Bathroom/kitchen tiles (dark)"), | 	description = S("Bathroom/kitchen tiles (dark)"), | ||||||
| 	tiles = { | 	tiles = { | ||||||
| 		{ name = "homedecor_bathroom_tiles_bg.png", color = 0xff606060 }, | 		{ name = "homedecor_bathroom_tiles_bg.png", color = 0xff606060 }, | ||||||
| 		"homedecor_bathroom_tiles_bg.png" | 		"homedecor_bathroom_tiles_fg.png" | ||||||
| 	}, | 	}, | ||||||
| 	drawtype = "mesh", | 	drawtype = "mesh", | ||||||
| 	mesh = "homedecor_block_with_overlay.obj", | 	mesh = "homedecor_block_with_overlay.obj", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user