Fix for Assembly Machine JEI GUI progress. Closes #1555
This commit is contained in:
parent
452932c04e
commit
d6b9656b7c
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ public class AssemblingMachineRecipeWrapper extends BaseRecipeWrapper<Assembling
|
|||
@Override
|
||||
public void drawInfo(Minecraft minecraft, int recipeWidth, int recipeHeight, int mouseX, int mouseY) {
|
||||
super.drawInfo(minecraft, recipeWidth, recipeHeight, mouseX, mouseY);
|
||||
progress.draw(minecraft, 25, 11);
|
||||
progress.draw(minecraft, 25, 16);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue