mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fix all the things
This commit is contained in:
parent
8fba543f21
commit
6ad4f39258
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ public class ItemArmorAA extends ItemArmor{
|
||||||
this.name = name;
|
this.name = name;
|
||||||
String texture = ModUtil.MOD_ID_LOWER+":textures/armor/"+textureBase;
|
String texture = ModUtil.MOD_ID_LOWER+":textures/armor/"+textureBase;
|
||||||
textures = new String[]{texture+"1.png", texture+"2.png"};
|
textures = new String[]{texture+"1.png", texture+"2.png"};
|
||||||
|
this.rarity = rarity;
|
||||||
|
|
||||||
this.register();
|
this.register();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue