Closed Xhamolk closed 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()
CraftinGui.handleKeyBinding()
GuiUtils.getHoveredSlot()
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.
pressing the UP key won't load the recipe on the chip.
It might be something on
CraftinGui.handleKeyBinding()
or onGuiUtils.getHoveredSlot()