Updated Sanguine Armour textures, added Blood Letter's Pack texture, fixed API imports.
This commit is contained in:
parent
bc50e92fa3
commit
ad3289d080
16 changed files with 25 additions and 16 deletions
|
@ -42,9 +42,9 @@ public class ItemSanguineArmour extends ItemArmor implements ArmourUpgrade, IGog
|
|||
{
|
||||
this.itemIcon = iconRegister.registerIcon("AlchemicalWizardry:SheathedItem");
|
||||
this.helmetIcon = iconRegister.registerIcon("AlchemicalWizardry:SanguineHelmet");
|
||||
this.plateIcon = iconRegister.registerIcon("AlchemicalWizardry:BoundPlate");
|
||||
this.leggingsIcon = iconRegister.registerIcon("AlchemicalWizardry:BoundLeggings");
|
||||
this.bootsIcon = iconRegister.registerIcon("AlchemicalWizardry:BoundBoots");
|
||||
this.plateIcon = iconRegister.registerIcon("AlchemicalWizardry:SanguinePlate");
|
||||
this.leggingsIcon = iconRegister.registerIcon("AlchemicalWizardry:SanguineLeggings");
|
||||
this.bootsIcon = iconRegister.registerIcon("AlchemicalWizardry:SanguineBoots");
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue