
Cant replace vanilla texture
Cardistymo opened this issue ยท 7 comments
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.
I am registering the pack like this: RuntimeResourcePack.create(MODID + ":resource");
. How to register the pack, so I can replace vanilla textures?
Ohh sry. This is how i am register the pack: RRPCallback.AFTER_VANILLA.register(a -> a.add(RESOURCE_PACK));
@Devan-Kerman tried this already and now again, it doesnt work...