fix misplaced crafting arrow ...thing

master
tchncs 2016-10-10 10:46:37 +02:00
parent 72c4db52b5
commit e90ac6cd7c
1 changed files with 1 additions and 1 deletions

View File

@ -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