I created a package in assets.minecraft to store my client's resources. However, whenever I try to access it via
it throws FileNotFoundException although the directory names are correct. Later I found out that when packaging the client into a jar the package would not get added either. I think somehow it got ignored ? What could be the problem ?
Java:
mc.getResourceManager().getResource(new ResourceLocation("...")).getInputStream());