Bugfix
This commit is contained in:
@@ -5,7 +5,7 @@ WIP
|
|||||||
|
|
||||||
**TODO**
|
**TODO**
|
||||||
- Saving crafting task state
|
- Saving crafting task state
|
||||||
- Cancelling crafting tasks
|
- Cancelling all crafting tasks
|
||||||
- Textures
|
- Textures
|
||||||
- Update wiki
|
- Update wiki
|
||||||
|
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ public class GuiCraftingMonitor extends GuiBase {
|
|||||||
if (mouseButton == 0 && inBounds(8, 20, 144, 90, mouseX - guiLeft, mouseY - guiTop)) {
|
if (mouseButton == 0 && inBounds(8, 20, 144, 90, mouseX - guiLeft, mouseY - guiTop)) {
|
||||||
itemSelected = -1;
|
itemSelected = -1;
|
||||||
|
|
||||||
int i = 0;
|
int i = getOffset();
|
||||||
|
|
||||||
for (int y = 0; y < 3; ++y) {
|
for (int y = 0; y < 3; ++y) {
|
||||||
for (int x = 0; x < 2; ++x) {
|
for (int x = 0; x < 2; ++x) {
|
||||||
|
|||||||
Reference in New Issue
Block a user