mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +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;
|
||||
String texture = ModUtil.MOD_ID_LOWER+":textures/armor/"+textureBase;
|
||||
textures = new String[]{texture+"1.png", texture+"2.png"};
|
||||
this.rarity = rarity;
|
||||
|
||||
this.register();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue