Skip to content

Commit

Permalink
Fix server-side crash
Browse files Browse the repository at this point in the history
  • Loading branch information
glowredman committed Jul 11, 2024
1 parent 702aa71 commit 5f07355
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public EnumRarity getRarity(ItemStack stack) {
}

@Override
@SideOnly(Side.CLIENT)
public ModelBiped getArmorModel(EntityLivingBase entityLiving, ItemStack itemstack, int armorSlot) {
ModelArmorInfinity model = armorSlot == 2 ? ModelArmorInfinity.legModel : ModelArmorInfinity.armorModel;

Expand Down

0 comments on commit 5f07355

Please sign in to comment.