diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MArmorMaterials.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MArmorMaterials.kt index fdcdbd497..dd4459de6 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MArmorMaterials.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MArmorMaterials.kt @@ -57,7 +57,7 @@ object MArmorMaterials { ) } - val GRAVITATION_STABILIZIER = registrar.register("simple_tritanium") { + val GRAVITATION_STABILIZIER = registrar.register("gravitation_stabilizer") { ArmorMaterial( mapOf( ArmorItem.Type.CHESTPLATE to 3,