MincraftEinstein / ArmorTrimItemFix

Adds more trimmed item textures
https://www.curseforge.com/minecraft/mc-mods/armor-trim-item-fix
2 stars 1 forks source link

[Suggestion] Texture Atlases #10

Open Fyoncle opened 2 days ago

Fyoncle commented 2 days ago

Why not use Texture Atlases so there will be hundreds of times less textures? This will help performance too

MincraftEinstein commented 1 day ago

Could you please explain what you mean? I am using paletted permutations on the blocks/items atlas to create the color variations for each trim texture. Is there a better way I should be doing it?

Fyoncle commented 1 day ago

Could you please explain what you mean? I am using paletted permutations on the blocks/items atlas to create the color variations for each trim texture. Is there a better way I should be doing it?

Dumping all the textures to 1 big texture and using them somehow would be great, I think Dynamic Trims did that but not sure how it works so i can't explain it further sorry.