To use this client on b1.7.3 you need to use this jar.
- Use
git clone https://github.com/realfreehij/kareliq.gitin command prompt - Go to project root directory and use
gradlew build - After building ends the .jar will appear in
build/libsaskareliq-1.0-SNAPSHOT-all.jar(other one is not needed)
- Open your instance settings and find
Java arguments - Add
-javaagent:path/to/your/jarto the field - Save settings and launch instance as normal
- Injection to methods that are not overriden by child class.
- Replace reflection with MethodHandles where it's possible.
- Add mappings to ClassBuilder
- Save background image instead of loading it every time as it might get deleted
- Custom buttons for all button types (small button, slider, etc.)
- Fabric/Forge loader support (move mappings from before class init to mixininjector)