Some minor change
This commit is contained in:
parent
5c34b0d4a6
commit
f341e3327c
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class GT_RecipeAdder implements IGT_RecipeAdder {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Override //Really?
|
||||
public boolean addFusionReactorRecipe(FluidStack aInput1, FluidStack aInput2, FluidStack aOutput1, int aDuration, int aEUt, int aStartEU) {
|
||||
if (aInput1 == null || aInput2 == null || aOutput1 == null || aDuration < 1 || aEUt < 1 || aStartEU < 1) {
|
||||
return false;
|
||||
|
@ -149,6 +149,7 @@ public class GT_RecipeAdder implements IGT_RecipeAdder {
|
|||
return true;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public boolean addCNCRecipe(ItemStack aInput1, ItemStack aOutput1, int aDuration, int aEUt) {
|
||||
if ((aInput1 == null) || (aOutput1 == null)) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue