From 846fe60be77c44424de5d508237027cb8b839f5c Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 6 Feb 2017 07:54:40 -0500 Subject: [PATCH] fix wrong texture ref on "medium" tiles --- homedecor/bathroom_furniture.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homedecor/bathroom_furniture.lua b/homedecor/bathroom_furniture.lua index c30cfc6..585327b 100644 --- a/homedecor/bathroom_furniture.lua +++ b/homedecor/bathroom_furniture.lua @@ -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",