From 1cb142ec5f8827096960495781a5029835167370 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 7 Mar 2019 22:01:45 +0100 Subject: [PATCH] Fix crasher in mcl_inventory --- mods/HUD/mcl_inventory/creative.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/HUD/mcl_inventory/creative.lua b/mods/HUD/mcl_inventory/creative.lua index 2637ac28..8b3eef70 100644 --- a/mods/HUD/mcl_inventory/creative.lua +++ b/mods/HUD/mcl_inventory/creative.lua @@ -323,7 +323,7 @@ mcl_inventory.set_creative_formspec = function(player, start_i, pagenum, inv_siz player_preview.. -- crafting guide button "image_button[9,1;1,1;craftguide_book.png;__mcl_craftguide;]".. - "tooltip[__mcl_craftguide;"..F("Recipe book")"..]".. + "tooltip[__mcl_craftguide;"..F("Recipe book").."]".. -- help button "image_button[9,2;1,1;doc_button_icon_lores.png;__mcl_doc;]".. "tooltip[__mcl_doc;"..F("Help").."]"..