Some minor change

This commit is contained in:
Technus 2016-09-23 11:01:42 +02:00
parent 5c34b0d4a6
commit f341e3327c

View file

@ -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;