Anti-comments sweep!

This commit is contained in:
Tombenpotter 2014-10-13 22:33:20 +02:00
parent e6a10f3f06
commit dea1f87078
454 changed files with 23594 additions and 26739 deletions

View file

@ -2,9 +2,9 @@ package WayofTime.alchemicalWizardry.common.potion;
import net.minecraft.potion.Potion;
public class PotionIceCloak extends Potion
public class PotionIceCloak extends Potion
{
public PotionIceCloak(int par1, boolean par2, int par3)
public PotionIceCloak(int par1, boolean par2, int par3)
{
super(par1, par2, par3);
}