diff options
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |