BeansGalaxy / Beans-Backpacks-2

1.20 inventory management mod. Designed to solve inventory clutter and transferring items while belonging in vanilla Minecraft's aesthetic.
MIT License
23 stars 0 forks source link

Trim Textures #114

Closed stooert closed 5 months ago

stooert commented 6 months ago

How to add trim textures for modded materials?

Eg for pigsteel mod

BeansGalaxy commented 6 months ago

https://github.com/BeansGalaxy/Beans-Backpacks-2/wiki/Configurations#adding-modded-trims

This is the wiki page for adding modded trims. I recently re-wrote it so if you have any more questions don't be afraid to ask since I want my wiki as clear as possible. Also, this only adds support for trim templates not materials. Materials should automatically work and if not then this is an issue.

stooert commented 6 months ago

Ah okay. When I try to add Vanilla trims with either pigsteel or enderite (each from their respective mods) the backpack has a blank black and purple texture, i.e. the texture is missing. I take this to be a bug then? I tried to sort this by adding to various files in your mod's .jar but I did so blindly - and unsuccessfully. If you would like specific versions of things I can send them.

BeansGalaxy commented 6 months ago

Yeah this is really a half documentation error and half misunderstanding error. All you need to do is declare the location of the color palette. Since I never did that the mod doesn't know where to the colors for pigsteel trims are and have no location.

I included it's textures in the next update and I'll update the wiki page too.

stooert commented 6 months ago

Cool, thanks.