-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant replace vanilla texture #38
Comments
This is likely because of how you're registering the pack |
I am registering the pack like this: |
Ohh sry. This is how i am register the pack: |
use BEFORE_VANILLA it says it in the documentation |
@Devan-Kerman tried this already and now again, it doesnt work... |
I'll take a look when I get back |
ensure your path is correct, try dumping resources with RuntimeResourcePack#dump |
Hello,
I am trying to replace a vanilla texture via ARRP.
But if I add a texture like
RESOURCE_PACK.addTexture(new Identifier("minecraft", "/gui/options_background"), image);
,it changes nothing.
The text was updated successfully, but these errors were encountered: