From 3f77b86bd5e1082aa2ea838f21781303243f3267 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 27 Aug 2024 22:08:06 +0700 Subject: [PATCH] Fix duplicate name --- .../kotlin/ru/dbotthepony/mc/otm/registry/MArmorMaterials.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,