From c7030bd236f17faf34d6fcff61abc755a17e4793 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 1 Apr 2020 06:37:38 +0200 Subject: [PATCH] Make joiner table guide more readable --- mods/joiner_table/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/joiner_table/init.lua b/mods/joiner_table/init.lua index 279af17..9b17658 100644 --- a/mods/joiner_table/init.lua +++ b/mods/joiner_table/init.lua @@ -234,8 +234,7 @@ realtest.show_craft_guide_joiner_table = function( player, formname, fields) formspec = formspec.. "item_image_button["..tostring((i-1)%8)..",".. tostring(4+math.floor((i-1)/8))..";1,1;".. - v.output..";"..v.output..";".. - minetest.formspec_escape(v.output).."]"; + v.output..";"..v.output..";]"; end minetest.show_formspec( player:get_player_name(), "realtest:craft_guide_joiner_table", formspec );