From e3380131948f0450dbec90376fae34f712507fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Sun, 24 Jul 2022 20:07:05 +0200 Subject: [PATCH] Fix textures not showing up Thanks to Franke for providing a fix by e-mail. --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index d6c9269..d446224 100644 --- a/api.lua +++ b/api.lua @@ -16,7 +16,7 @@ function fachwerk.register_fachwerk(basename, texture, description, craft_from) minetest.register_node("fachwerk:" .. basename .. "_1", { description = "Timber-framed " .. description .. " Oblique Beam 1", - tile_images = { + tiles = { texture .. "^fachwerk_blank.png", -- top texture .. "^fachwerk_blank.png", -- bottom texture .. "^fachwerk_beam_1.png",