Lillero ASM patches via Sponge's Mixin https://docs.zaaarf.foo/lillero-mixin/
Find a file
2024-01-24 17:59:00 +01:00
gradle/wrapper feat: initial (broken) commit 2024-01-24 17:59:00 +01:00
src/main feat: initial (broken) commit 2024-01-24 17:59:00 +01:00
.editorconfig feat: initial (broken) commit 2024-01-24 17:59:00 +01:00
.gitignore feat: initial (broken) commit 2024-01-24 17:59:00 +01:00
build.gradle feat: initial (broken) commit 2024-01-24 17:59:00 +01:00
gradlew feat: initial (broken) commit 2024-01-24 17:59:00 +01:00
gradlew.bat feat: initial (broken) commit 2024-01-24 17:59:00 +01:00
LICENSE feat: initial (broken) commit 2024-01-24 17:59:00 +01:00
README.md feat: initial (broken) commit 2024-01-24 17:59:00 +01:00

WIP, IT DOES NOT WORK YET!

Lillero-mixin

Lillero-mixin is a Mixin plugin capable of applying Lillero ASM patches without needing to inject itself as a JAR library. While slightly dirtier code-wise, this has the key advantage over the older Lillero-loader of being compatible with both Forge and Fabric - and, barring major API changes, with any other future mod loader that will try to force Mixin on you.

Credits

This time there's one other project that must be mentioned. I would've never thought of this had I not stumbled on Manningham Mills. So, thanks to Chocohead for showing that it was indeed possible to work on mixin-centric systems (Fabric especially) without writing a separate loader!