diff --git a/common/src/main/resources/assets/minecraft/atlases/armor_trims.json b/common/src/main/resources/assets/minecraft/atlases/armor_trims.json index 11c600ae..32ce1d4d 100644 --- a/common/src/main/resources/assets/minecraft/atlases/armor_trims.json +++ b/common/src/main/resources/assets/minecraft/atlases/armor_trims.json @@ -4,7 +4,7 @@ "type": "trimmed:open_paletted_permutations", "palette_key": "minecraft:trims/color_palettes/trim_palette", "permutation_map": "trimmed:material_suffixes", - "texture_set": "trimmed:trim_pattern_textures" + "texture_set": "trimmed:trim_armor_patterns" } ] } \ No newline at end of file diff --git a/common/src/main/resources/assets/minecraft/atlases/blocks.json b/common/src/main/resources/assets/minecraft/atlases/blocks.json index 932eb8f0..1473d7d5 100644 --- a/common/src/main/resources/assets/minecraft/atlases/blocks.json +++ b/common/src/main/resources/assets/minecraft/atlases/blocks.json @@ -4,7 +4,7 @@ "type": "trimmed:open_paletted_permutations", "palette_key": "minecraft:trims/color_palettes/trim_palette", "permutation_map": "trimmed:material_suffixes", - "texture_set": "trimmed:trim_item_textures" + "texture_set": "trimmed:trim_item_overlays" } ] } \ No newline at end of file