Fix all the things

This commit is contained in:
Ellpeck 2016-01-02 00:02:44 +01:00
parent 8fba543f21
commit 6ad4f39258

View file

@ -36,6 +36,7 @@ public class ItemArmorAA extends ItemArmor{
this.name = name;
String texture = ModUtil.MOD_ID_LOWER+":textures/armor/"+textureBase;
textures = new String[]{texture+"1.png", texture+"2.png"};
this.rarity = rarity;
this.register();
}