ARRP

ARRP

3M Downloads

Cant replace vanilla texture

Cardistymo opened this issue ยท 7 comments

commented

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.

commented

This is likely because of how you're registering the pack

commented

I am registering the pack like this: RuntimeResourcePack.create(MODID + ":resource");. How to register the pack, so I can replace vanilla textures?

commented

Ohh sry. This is how i am register the pack: RRPCallback.AFTER_VANILLA.register(a -> a.add(RESOURCE_PACK));

commented

use BEFORE_VANILLA it says it in the documentation

commented

@Devan-Kerman tried this already and now again, it doesnt work...

commented

I'll take a look when I get back

commented

ensure your path is correct, try dumping resources with RuntimeResourcePack#dump