Changes

Summary

  1. Move armor models to being handled by JSON instead of constructor parameters (details)
  2. Add a default color to the dyed texture supplier (details)
Commit 703c55b7a3afd0418e75b3ee2df0a5f04fbf533e by KnightMiner
Move armor models to being handled by JSON instead of constructor parameters

Means we no longer need the material armor model (dynamic length materials) as you can easily change the length yourself via JSON (we expect that much from the item models)
Also means we can detect during construction if a texture exists and skip the layer if not, notably used
Rename a lot of name keys to prefix to make their behavior more clear
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_copper_oxidized.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_platinum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_lead.png
The file was removedsrc/main/java/slimeknights/tconstruct/library/tools/item/armor/MaterialArmorItem.java
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_slimesteel.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_scorched_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_bronze.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_copper.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_hepatizon.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_iron_oxidized.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_iron_wrought.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_pig_iron.png
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_hepatizon.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_pig_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_silver.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_iron.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_iron_oxidized.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/tools/helper/ModifierUtil.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/client/armor/AbstractArmorModel.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/client/SlimeskullArmorModel.java (diff)
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_osmium.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_iron_wrought.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_lead.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_invar.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_invar.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_constantan.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_manyullyn.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_iron_wrought.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_bronze.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_cobalt.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_iron_oxidized.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_queens_slime.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_copper_oxidized.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_leather.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_hepatizon.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_leather.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_pig_iron.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_pig_iron.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_aluminum.png
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_slimesteel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_hepatizon.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_leather.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_electrum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_queens_slime.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_cobalt.png
The file was addedsrc/main/java/slimeknights/tconstruct/tools/data/ArmorModelProvider.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_constantan.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_osmium.png
The file was addedsrc/generated/resources/assets/tconstruct/tinkering/armor_models/travelers.json
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_copper.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_iron_wrought.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_steel.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_cloth.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_obsidian.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_amethyst_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_electrum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_seared_stone.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_pig_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_constantan.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_seared_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_slimesteel.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_cobalt.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_hepatizon.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_gold.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_bronze.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_hepatizon.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_queens_slime.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_slimesteel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_iron_oxidized.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_copper_oxidized.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_copper.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_osmium.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_osmium.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_seared_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_copper.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_scorched_stone.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_rose_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_manyullyn.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_cobalt.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_osmium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_amethyst_bronze.png
The file was removedsrc/main/java/slimeknights/tconstruct/library/tools/item/armor/texture/package-info.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_osmium.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_rose_gold.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/sprite/TinkerPartSpriteProvider.java (diff)
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_iron_wrought.png
The file was addedsrc/main/java/slimeknights/tconstruct/library/client/armor/texture/DyedArmorTextureSupplier.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_ancient_hide.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_ancient_hide.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_iron_wrought.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_cobalt.png
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_obsidian.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_scorched_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_manyullyn.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/shared/TinkerClient.java (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_cobalt.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_copper.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_lead.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_metal.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_manyullyn.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_rose_gold.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_slimesteel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_pig_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_scorched_stone.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_iron_wrought.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_obsidian.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_iron.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_manyullyn.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_copper_oxidized.png
The file was removedsrc/main/java/slimeknights/tconstruct/library/client/armor/MaterialArmorModel.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_gold.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/tools/item/armor/MultilayerArmorItem.java (diff)
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_pig_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_queens_slime.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_seared_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_obsidian.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_rose_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_scorched_stone.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_iron.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/travelers/golden_wings.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_copper_oxidized.png
The file was removedsrc/main/java/slimeknights/tconstruct/library/tools/item/armor/texture/FixedArmorTextureSupplier.java
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_cloth.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_queens_slime.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_cloth.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_rose_gold.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_iron_wrought.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_seared_stone.png
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_cloth.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_platinum.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_scorched_stone.png
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_cloth.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_lead.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_tungsten.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_obsidian.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_copper_oxidized.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_cobalt.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_rose_gold.png
The file was removedsrc/main/java/slimeknights/tconstruct/library/tools/item/armor/texture/ArmorTextureSupplier.java
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_metal.png
The file was addedsrc/main/java/slimeknights/tconstruct/library/client/armor/texture/ArmorTextureSupplier.java
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_electrum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_copper.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_scorched_stone.png
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_seared_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_hepatizon.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_constantan.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_cobalt.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_gold.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_leather.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_slimesteel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_hepatizon.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_rose_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_copper_oxidized.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_slimesteel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_lead.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_obsidian.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_iron_oxidized.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_queens_slime.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_amethyst_bronze.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_slimesteel.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_seared_stone.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/client/armor/MultilayerArmorModel.java (diff)
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_cloth.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_ancient_hide.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_amethyst_bronze.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_scorched_stone.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_queens_slime.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_iron_oxidized.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_amethyst_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_steel.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_invar.png
The file was addedsrc/main/java/slimeknights/tconstruct/library/client/armor/texture/package-info.java
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_aluminum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_rose_gold.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_manyullyn.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_scorched_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_copper.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_queens_slime.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_iron_oxidized.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_manyullyn.png
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/generator_part_textures.json (diff)
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_lead.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_metal.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_electrum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_hepatizon.png
The file was removedsrc/main/java/slimeknights/tconstruct/library/tools/item/armor/texture/MaterialArmorTextureSupplier.java
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_slimesteel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_seared_stone.png
The file was removedsrc/main/java/slimeknights/tconstruct/library/tools/item/armor/texture/FirstArmorTextureSupplier.java
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_hepatizon.png
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_silver.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_manyullyn.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_queens_slime.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_cobalt.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_invar.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_gold.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_obsidian.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_steel.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_seared_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_silver.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_electrum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_invar.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_iron_oxidized.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_metal.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_constantan.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_pig_iron.png
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_metal.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_copper_oxidized.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_amethyst_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_iron.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_osmium.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_copper_oxidized.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_platinum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_silver.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_platinum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_steel.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_iron_oxidized.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_iron_wrought.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_copper.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_aluminum.png
The file was addedsrc/main/java/slimeknights/tconstruct/library/client/data/AbstractArmorModelProvider.java
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_silver.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_lead.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_queens_slime.png
The file was addedsrc/main/java/slimeknights/tconstruct/library/client/armor/ArmorModelManager.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_constantan.png
The file was removedsrc/main/java/slimeknights/tconstruct/library/tools/item/armor/texture/DyedArmorTextureSupplier.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_ancient_hide.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_leggings_tconstruct_aluminum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_aluminum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_constantan.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_copper_oxidized.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_obsidian.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_osmium.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_amethyst_bronze.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/plugin/jsonthings/FlexItemTypes.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/ToolClientEvents.java (diff)
The file was addedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_metal.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_constantan.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_iron_wrought.png
The file was removedsrc/main/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_silver.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_steel.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_osmium.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_electrum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_invar.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_steel.png
The file was addedsrc/main/java/slimeknights/tconstruct/library/client/armor/texture/FixedArmorTextureSupplier.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_electrum.png
The file was addedsrc/generated/resources/assets/tconstruct/tinkering/armor_models/slime.json
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_manyullyn.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_ancient_hide.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_leather.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_steel.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_leather.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_amethyst_bronze.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_manyullyn.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_gold.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_silver.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_constantan.png
The file was addedsrc/main/java/slimeknights/tconstruct/library/client/armor/texture/MaterialArmorTextureSupplier.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_bronze.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_rose_gold.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_rose_gold.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_osmium.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_armor_tconstruct_pig_iron.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_aluminum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_slimesteel.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_electrum.png
The file was addedsrc/main/java/slimeknights/tconstruct/library/client/armor/texture/FirstArmorTextureSupplier.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_armor_tconstruct_copper.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_copper.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/plugin/jsonthings/item/armor/FlexMultilayerArmorModel.java (diff)
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_obsidian.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/maille_wings_tconstruct_obsidian.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_aluminum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_aluminum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_iron.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_scorched_stone.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_iron_oxidized.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_pig_iron.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_cobalt.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_1_tconstruct_aluminum.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_ancient_hide.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_silver.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_0_tconstruct_tungsten.png
The file was addedsrc/generated/resources/assets/tconstruct/tinkering/armor_models/plate.json
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/wings_1_tconstruct_amethyst_bronze.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/leggings_1_tconstruct_platinum.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_iron.png
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_seared_stone.png
The file was removedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/armor_0_tconstruct_amethyst_bronze.png
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/TinkerTools.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/item/SlimeskullItem.java (diff)
The file was removedsrc/main/java/slimeknights/tconstruct/plugin/jsonthings/item/armor/FlexMaterialArmorItem.java
The file was addedsrc/generated/resources/assets/tconstruct/textures/tinker_armor/plate/plating_leggings_tconstruct_lead.png
Commit 060ee9f1114e15fdc523e74e1e1e95803131f219 by KnightMiner
Add a default color to the dyed texture supplier

If set, modifier goes into "always render" mode and will use the default color for a tint
The file was modifiedsrc/main/java/slimeknights/tconstruct/tools/data/ArmorModelProvider.java (diff)
The file was modifiedsrc/main/java/slimeknights/tconstruct/library/client/armor/texture/DyedArmorTextureSupplier.java (diff)
The file was modifiedsrc/generated/resources/assets/tconstruct/tinkering/armor_models/travelers.json (diff)