-
Whenever I press "Build" and let it build (I have Full Build Option on), it doesn't bring the textures I added to it, I was wondering if I had to press "Reobf" too. |
Beta Was this translation helpful? Give feedback.
Answered by
PhoenixVX
Mar 11, 2025
Replies: 1 comment 4 replies
-
Did you add the textures to the src folder or did you add them directly to the minecraft.jar? The latter method won't work. You should have any assets inside the src folder. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, while that approach does work, it's much simpler to extract the textures from
deobfuscated,jar
and place edited resources in thesrc
folder. Build will automatically pick up resources in thesrc
folder and package them into the ZIP/JAR that is built.