Reconcile broken code.

This commit is contained in:
AlgorithmX2
2014-03-05 23:52:25 -06:00
parent 3f05965a06
commit b62166bd08
4 changed files with 75 additions and 71 deletions
+4 -9
View File
@@ -34,14 +34,9 @@ public class OreRegistration implements ICraftHandler
}
@Override
public void setup(List<List<IIngredient>> input,
List<List<IIngredient>> output) throws RecipeError {
public void setup(List<List<IIngredient>> input, List<List<IIngredient>> output) throws RecipeError
{
}
@Override
public boolean canCraft(ItemStack output) throws RegistrationError, MissingIngredientError {
return false;
}
}