diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/item/ItemTritaniumArmor.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/item/ItemTritaniumArmor.kt index c584ade81..13fd9f4b6 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/item/ItemTritaniumArmor.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/item/ItemTritaniumArmor.kt @@ -57,7 +57,7 @@ private object TritaniumArmorMaterial : ArmorMaterial { override fun getKnockbackResistance() = 0.2f } -object TritaniumArmorRenderProperties : IItemRenderProperties { +private object TritaniumArmorRenderProperties : IItemRenderProperties { override fun > getArmorModel( entityLiving: LivingEntity, itemStack: ItemStack,