From ce78b1cd4f06d5ff638a8e8a4e19aaa8278deaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 23 Nov 2017 13:37:31 +0100 Subject: fixed formspec --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 72fdeb6..150a970 100644 --- a/init.lua +++ b/init.lua @@ -40,7 +40,7 @@ local inactive_formspec = default.gui_bg.. default.gui_bg_img.. default.gui_slots.. - "list[current_name;src;2.5,1;1,1;]".. + "list[current_name;src;2.5,1.5;1,1;]".. "image[3.75,1.5;1,1;gui_furnace_arrow_bg.png^[transformR270]".. "list[current_name;dst;4.75,0.96;3,2;]".. "list[current_player;main;0,4.25;8,1;]".. @@ -314,4 +314,4 @@ minetest.register_craft({ -- -- fruit + glass -> juice; juice @ freezer -> popsicle + empty glass -- if minetest.get_modpath("vessels") and minetest.get_modpath("farming") then -- dofile("juices.lua") --- end \ No newline at end of file +-- end -- cgit v1.2.3