Skip to content

Commit

Permalink
fix: annotate getModel method as client-only
Browse files Browse the repository at this point in the history
  • Loading branch information
MCTian-mi committed Dec 9, 2024
1 parent 022c4e8 commit eb08eb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public void addToolComponents(ArmorMetaItem.ArmorMetaValueItem mvi) {
mvi.addComponents(new JetWingpackBehaviour(TANK_CAPACITY));
}

@SideOnly(Side.CLIENT)
@Override
public ModelBiped getArmorModel(EntityLivingBase entityLiving, ItemStack itemStack, EntityEquipmentSlot armorSlot,
ModelBiped defaultModel) {
Expand Down

0 comments on commit eb08eb3

Please sign in to comment.