1
0
réplica de https://github.com/mt-mods/signs_lib.git sincronizado 2025-10-21 08:05:45 +02:00

Comparar comentimentos

...

1 Cometimentos

Autor(a) SHA1 Mensagem Data
Vanessa Dannenberg
a907f9535c bail out of make_sign_texture is the node is unknown 2019-09-18 14:08:17 -04:00

Ver ficheiro

@@ -419,6 +419,7 @@ end
local function make_sign_texture(lines, pos)
local node = minetest.get_node(pos)
local def = minetest.registered_items[node.name]
if not def then return end
local font_size
local line_width