Fix textures not showing up

Thanks to Franke for providing a fix by e-mail.
This commit is contained in:
Jonah Brüchert 2022-07-24 20:07:05 +02:00
parent 6023e85f1b
commit e338013194
No known key found for this signature in database
GPG Key ID: A81E075ABEC80A7E

View File

@ -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",