diff --git a/init.lua b/init.lua index 56700b7..09bb5de 100644 --- a/init.lua +++ b/init.lua @@ -2001,10 +2001,7 @@ if progressive_mode then } end) - local to_save = { - "inv_items", - "known_recipes", - } + local to_save = {"inv_items", "known_recipes"} local function save_meta(player) local meta = player:get_meta() diff --git a/textures/craftguide_sign.png b/textures/craftguide_sign.png index 2d1c4aa..b049526 100644 Binary files a/textures/craftguide_sign.png and b/textures/craftguide_sign.png differ