It works :)
This commit is contained in:
parent
7315e23864
commit
ed249fdf75
1 changed files with 2 additions and 2 deletions
|
@ -105,10 +105,10 @@ public abstract class GenericRecipeHander extends TemplateRecipeHandler {
|
|||
return 1;
|
||||
}
|
||||
|
||||
public void loadTransferRects(INeiBaseRecipe recipe)
|
||||
public void loadTransferRects()
|
||||
{
|
||||
this.transferRects.add(new TemplateRecipeHandler.RecipeTransferRect(
|
||||
new Rectangle(0, 0, 20, 20), recipe.getRecipeName(), new Object[0]));
|
||||
new Rectangle(0, 0, 20, 20), getNeiBaseRecipe().getRecipeName(), new Object[0]));
|
||||
}
|
||||
|
||||
public void loadCraftingRecipes(String outputId, Object... results)
|
||||
|
|
Loading…
Add table
Reference in a new issue