From 87b87b9b824409ccf86ff10f17e37f633da46d5e Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Wed, 21 Aug 2024 17:56:01 +0700 Subject: [PATCH] Fix armor materials --- .../kotlin/ru/dbotthepony/mc/otm/registry/MArmorMaterials.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 aeb8735e9..fdcdbd497 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MArmorMaterials.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/registry/MArmorMaterials.kt @@ -49,8 +49,8 @@ object MArmorMaterials { SoundEvents.ARMOR_EQUIP_IRON, { Ingredient.of(MItemTags.TRITANIUM_INGOTS) }, listOf( - ArmorMaterial.Layer(ResourceLocation(OverdriveThatMatters.MOD_ID, "textures/models/armor/simple_tritanium_armor.png")), - // ArmorMaterial.Layer(ResourceLocation(OverdriveThatMatters.MOD_ID, "textures/models/armor/simple_tritanium_armor_overlay.png"), "", true), + ArmorMaterial.Layer(ResourceLocation(OverdriveThatMatters.MOD_ID, "tritanium_simple"), "", true), + ArmorMaterial.Layer(ResourceLocation(OverdriveThatMatters.MOD_ID, "tritanium_simple"), "_overlay", false), ), 0.3f, 0f