Revert that.

This commit is contained in:
Ellpeck 2016-01-31 10:54:07 +01:00
parent 4ac5007279
commit 1e3f0dbe45
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