[Fabric] Change to ClassFileTransformer implementation
Kasualix opened this issue ยท 3 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?