fix wrong texture ref on "medium" tiles

This commit is contained in:
Vanessa Ezekowitz 2017-02-06 07:54:40 -05:00
parent 51341671c7
commit 846fe60be7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ minetest.register_node("homedecor:bathroom_tiles_dark", {
description = S("Bathroom/kitchen tiles (dark)"),
tiles = {
{ name = "homedecor_bathroom_tiles_bg.png", color = 0xff606060 },
"homedecor_bathroom_tiles_bg.png"
"homedecor_bathroom_tiles_fg.png"
},
drawtype = "mesh",
mesh = "homedecor_block_with_overlay.obj",