Update Reaction.java
This commit is contained in:
parent
9b7f8fd1fa
commit
2713f3d647
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class Reaction {
|
|||
|
||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||
@ZenMethod
|
||||
public static void removeRecipe(IIngredient itemOutput, IIngredient gasOutput, @Optional IIngredient itemInput, @Optional IIngredient liquidInput, IIngredient gasInput) {
|
||||
public static void removeRecipe(IIngredient itemOutput, IIngredient gasOutput, @Optional IIngredient itemInput, @Optional IIngredient liquidInput, @Optional IIngredient gasInput) {
|
||||
if(itemOutput == null || gasOutput == null) {
|
||||
LogHelper.logError(String.format("Required parameters missing for %s Recipe.", name));
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue