Question about Item Plates Textures
TheUntamed opened this issue ยท 4 comments
How did you create the textures for all the plates? They have the colors of the different materials but the shades and shadows are the same for all textures. It doesn't look like they were all created manually and I would like to know how you created them.
In actual fact, they were all made manually, but in a similar way to some other mods that add plates/dusts like JAOPCA, among others.
I started with a base grey-scale texture for everything; plates, blocks, dusts, so on and so forth. What some modders would do to save time would be to then change the colours on each items model, but this can lead to darker colours not looking right. What I did was I took these base textures, and copied them for each material, and made a colour palette for each metal with the same amount of shades as the base palette, and then just recoloured them individually -- this also now means whenever something new needs texturing we have a defined colour set for each metal. This also allowed us to get the exact same colours for things like gold plates/dusts, coal plates, essentially anything.
Hope that makes sense and answers your question :)