Don't think we need removeTableRecipes

This commit is contained in:
Zixxl 2015-06-10 18:06:19 +02:00
parent e63d34d5f5
commit 25da86db52

View file

@ -52,11 +52,6 @@ public class Casting {
public static void removeBasinRecipe(IItemStack output) {
MineTweakerAPI.apply(new Remove((toStack(output)), TConstructHelper.basinCasting));
}
@ZenMethod
public static void removeBasinRecipes(IItemStack output) {
MineTweakerAPI.apply(new RemoveAll((toStack(output)), TConstructHelper.basinCasting));
}
@ZenMethod
public static void removeTableRecipe(IItemStack output) {