![Redirector [Modern]](https://media.forgecdn.net/avatars/thumbnails/940/678/256/256/638421369908575621.png)
[Fabric] Change to ClassFileTransformer implementation
Kasualix opened this issue ยท 4 comments
Mixins are way less effective/compatible than ClassFileTransformer for Redirector.
Currently investigate how to register the transformer
https://github.com/FabricMC/fabric-loader/blob/master/minecraft/src/main/java/net/fabricmc/loader/impl/game/minecraft/launchwrapper/FabricClassTransformer.java
I was referring to this class earlier.
So if we create a transformer impl ITweaker like FabricTweaker, how can we register it and get it loaded into mc somewhere?
use Launch.classLoader.registerTransformer
in some early stage. ITweak
is a early stage, but not the only one.
You could ask fabric for help. Find out how to create a coremod.
I am concerned that coremods are not supported, since fabric is built in mixin.(x