Some renaming

This commit is contained in:
Zixxl 2015-06-12 10:38:29 +02:00
parent be54331b31
commit 8efaa6c92c

View file

@ -60,12 +60,12 @@ public class Casting {
}
@ZenMethod
public static void removeBasinLiquid(ILiquidStack fluid) {
public static void removeBasinMaterial(ILiquidStack fluid) {
MineTweakerAPI.apply(new Remove((toFluid(fluid)), TConstructHelper.basinCasting));
}
@ZenMethod
public static void removeTableLiquid(ILiquidStack fluid) {
public static void removeTableMaterial(ILiquidStack fluid) {
MineTweakerAPI.apply(new Remove((toFluid(fluid)), TConstructHelper.tableCasting));
}