From cd43ebaf18f21e1f2da4bf1b1690670f984408bd Mon Sep 17 00:00:00 2001 From: Carlos Barraza Date: Sun, 23 Feb 2020 23:29:13 -0300 Subject: [PATCH] Agrege escape \n -> @n --- register.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register.lua b/register.lua index d89c05e..f958a6d 100644 --- a/register.lua +++ b/register.lua @@ -386,7 +386,7 @@ unified_inventory.register_page("craftguide", { else -- Error fs[#fs + 1] = string.format("label[2,%f;%s]", - formspecy, F(S("This recipe is too\nlarge to be displayed."))) + formspecy, F(S("This recipe is too@nlarge to be displayed."))) end if craft_type.uses_crafting_grid and display_size.width <= 3 then