Spell stuff

This commit is contained in:
WayofTime 2014-01-17 16:54:16 -05:00
parent f9557bcb2f
commit cc827ae6d8
113 changed files with 211 additions and 165 deletions

View file

@ -4,7 +4,7 @@ import net.minecraft.potion.Potion;
public class PotionInhibit extends Potion
{
protected PotionInhibit(int par1, boolean par2, int par3)
public PotionInhibit(int par1, boolean par2, int par3)
{
super(par1, par2, par3);
}