A5b84 / armor-chroma-fabric

Fabric fork of the original Armor Chroma mod by jobicade, adds different icons in the armor bar depending on the material and can display glint for enchanted items.
https://www.curseforge.com/minecraft/mc-mods/armor-chroma-for-fabric
GNU General Public License v3.0
13 stars 3 forks source link

Edit armor_chroma.png to be closer to Vanilla's armor textures #2

Closed Andrew6rant closed 3 years ago

Andrew6rant commented 3 years ago

Armor, before and after

Top row is the original textures, middle row is my edit, and the bottom row is Vanilla's textures for comparison.

TomSipsOnCurry commented 3 years ago

The problem is the top row is based off the vanilla icons, not the vanilla armour.

A5b84 commented 3 years ago

TIL forks aren't watched by default even though newly created repos are, sorry for the delay.

As @Headlessduck406 said, the current textures are based on the vanilla icons. I do prefer your edit though, so if you're interested they could be bundled in a built-in resource pack (relevant Fabric API method for future reference: ResourceManagerHelper#registerBuiltinResourcePack). Also if you choose to make it a separate resource pack instead, I'd happily leave a link to it in the mod description/readme if you want :)

Andrew6rant commented 3 years ago

You are welcome to use that asset in whatever way you want. I think a built-in resourcepack is a good idea.

A5b84 commented 3 years ago

I've added the resource pack, thanks for the PR!