More error fixes (down to 381)
This commit is contained in:
parent
7706d0667a
commit
09168fa386
11 changed files with 206 additions and 134 deletions
|
@ -7,7 +7,7 @@ public class PotionBloodMagic extends Potion
|
|||
{
|
||||
public PotionBloodMagic(String name, ResourceLocation texture, boolean badEffect, int potionColor, int iconIndexX, int iconIndexY)
|
||||
{
|
||||
super(texture, badEffect, potionColor);
|
||||
super(badEffect, potionColor);
|
||||
this.setPotionName(name);
|
||||
this.setIconIndex(iconIndexX, iconIndexY);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue