Fixing Sanguine armour, adding some fancy rendering, doing other random bug fixes
This commit is contained in:
parent
4f9fad22c5
commit
14f9e3c61b
66 changed files with 2425 additions and 911 deletions
|
@ -92,7 +92,7 @@ public class AlchemyFlask extends Item
|
|||
}
|
||||
}
|
||||
|
||||
public void setEffects(ItemStack par1ItemStack, ArrayList<AlchemyPotionHelper> list)
|
||||
public static void setEffects(ItemStack par1ItemStack, List<AlchemyPotionHelper> list)
|
||||
{
|
||||
NBTTagCompound itemTag = par1ItemStack.stackTagCompound;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue