Xhamolk / XACT

Xhamolk's Advanced Crafting Table. Inspired by Eloraam mod's RP2 and it's Project Table.
http://www.minecraftforum.net/topic/1551715-xact-xhamolk-s-advanced-crafting-table/
11 stars 5 forks source link

Won't load recipe from hovered chip #58

Closed Xhamolk closed 11 years ago

Xhamolk commented 11 years ago

pressing the UP key won't load the recipe on the chip.

It might be something on CraftinGui.handleKeyBinding() or on GuiUtils.getHoveredSlot()

Xhamolk commented 11 years ago

GuiUtils.getHoveredSlot() won't substract guiLeft from the mouseX, nor guiTop from the mouseY.

Also, CraftinGui.handleKeyBinding() must be changed so it only modifies the recipe if there is a chip hovered.