From 6ad4f39258f8ebebaa5a5e4704ee46d27b41d263 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 2 Jan 2016 00:02:44 +0100 Subject: [PATCH] Fix all the things --- .../de/ellpeck/actuallyadditions/items/base/ItemArmorAA.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/de/ellpeck/actuallyadditions/items/base/ItemArmorAA.java b/src/main/java/de/ellpeck/actuallyadditions/items/base/ItemArmorAA.java index a927df982..7f0021aa5 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/items/base/ItemArmorAA.java +++ b/src/main/java/de/ellpeck/actuallyadditions/items/base/ItemArmorAA.java @@ -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(); }