-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Fabric] Change to ClassFileTransformer implementation #6
Comments
Fabric use |
https://github.com/FabricMC/fabric-loader/blob/master/minecraft/src/main/java/net/fabricmc/loader/impl/game/minecraft/launchwrapper/FabricClassTransformer.java So if we create a transformer impl ITweaker like FabricTweaker, how can we register it and get it loaded into mc somewhere? |
use |
Fabric do not support coremod. The final solution i found is NilLoader. |
Mixins are way less effective/compatible than ClassFileTransformer for Redirector.
Currently investigate how to register the transformer
https://github.com/MCTeamPotato/Redirector/blob/modern-fabric/src/main/java/com/teampotato/redirector/RedirectorTransformer.java
The text was updated successfully, but these errors were encountered: