My assets package doesent get registerered in my spongeforge mod!

my assets package doesent get registerered in my spongeforge mod!

What do you mean by asset pack? A resource pack?

in the resouces folder i have a folder named assets.minecraft.textures.cape in there are cape.png’s while debugging and running my mod in intellij it works perfectly but when i exported my mod it didnt work

You might need to make a custom Gradle script to copy your resources into the jar. It’s a pretty common thing to do - there are lots of good tutorials on how to do so.

my assets are in the final compiled mod file :frowning_face: