diff --git a/inventory_plus/init.lua b/inventory_plus/init.lua index 09175a0..e10d47e 100644 --- a/inventory_plus/init.lua +++ b/inventory_plus/init.lua @@ -73,7 +73,6 @@ inventory_plus.get_formspec = function(player, page) .. default.gui_bg_img .. default.gui_slots .. "list[current_player;main;0,3.5;8,4;]" .. - "image[5.998,1;1,1;gui_furnace_arrow_bg.png^[transformR270]".. default.get_hotbar_bg(0,3.509) -- craft page @@ -95,6 +94,7 @@ inventory_plus.get_formspec = function(player, page) -- trash icon .. "list[detached:trash;main;1,2;1,1;]" .. "image[1.1,2.1;0.8,0.8;creative_trash_icon.png]" + .. "image[5.998,1;1,1;gui_furnace_arrow_bg.png^[transformR270]" end -- creative page