Made handler compatible with old JEI versions.

Just in case.
This commit is contained in:
Ellpeck 2016-01-31 10:53:27 +01:00
parent 7586b7cd56
commit 4ac5007279
4 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@ public class BookletRecipeWrapper extends RecipeWrapperWithButton implements IRe
@Override
public void drawInfo(@Nonnull Minecraft minecraft, int recipeWidth, int recipeHeight){
this.drawInfo(minecraft, recipeWidth, recipeHeight, 0, 0);
}
@Override

View file

@ -71,7 +71,7 @@ public class CoffeeMachineRecipeWrapper extends RecipeWrapperWithButton implemen
@Override
public void drawInfo(@Nonnull Minecraft minecraft, int recipeWidth, int recipeHeight){
this.drawInfo(minecraft, recipeWidth, recipeHeight, 0, 0);
}
@Override

View file

@ -64,7 +64,7 @@ public class CrusherRecipeWrapper extends RecipeWrapperWithButton implements IRe
@Override
public void drawInfo(@Nonnull Minecraft minecraft, int recipeWidth, int recipeHeight){
this.drawInfo(minecraft, recipeWidth, recipeHeight, 0, 0);
}
@Override

View file

@ -55,7 +55,7 @@ public class ReconstructorRecipeWrapper extends RecipeWrapperWithButton implemen
@Override
public void drawInfo(@Nonnull Minecraft minecraft, int recipeWidth, int recipeHeight){
this.drawInfo(minecraft, recipeWidth, recipeHeight, 0, 0);
}
@Override