Fixes AutoCrafting table crash closes #1423
This commit is contained in:
parent
34816e5ee7
commit
e9039e6693
2 changed files with 4 additions and 1 deletions
|
@ -189,7 +189,7 @@ public class GuiAutoCrafting extends GuiBase {
|
|||
for (int i = 0; i < 9; i++) {
|
||||
dummyInv.setInventorySlotContents(i, ItemStack.EMPTY);
|
||||
}
|
||||
this.recipeSlector.func_194303_a(this.width, this.height, this.mc, false, dummyInv);
|
||||
this.recipeSlector.func_194303_a(this.width, this.height, Minecraft.getMinecraft(), false, dummyInv);
|
||||
this.guiLeft = this.recipeSlector.updateScreenPosition(false, this.width, this.xSize);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue