Fix some things that went missing
This commit is contained in:
parent
348fee1e2a
commit
61c44a831b
14 changed files with 199 additions and 37 deletions
|
@ -138,7 +138,7 @@ public class ItemLivingArmourPointsUpgrade extends Item implements IVariantProvi
|
|||
|
||||
public static ItemStack getStack(String name)
|
||||
{
|
||||
return new ItemStack(RegistrarBloodMagicItems.ITEM_POINTS_UPGRADE, 1, names.indexOf(name));
|
||||
return new ItemStack(RegistrarBloodMagicItems.POINTS_UPGRADE, 1, names.indexOf(name));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue