diff options
author | zaaarf <me@zaaarf.foo> | 2024-01-24 17:55:10 +0100 |
---|---|---|
committer | zaaarf <me@zaaarf.foo> | 2024-01-24 17:59:00 +0100 |
commit | e50d61850b0b7bc0005259d343f0c3eb729966e2 (patch) | |
tree | 2134ac3f1c244a9dcce2315180e04294c8fe12cd /README.md |
feat: initial (broken) commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b47183d --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# WIP, IT DOES NOT WORK YET! + +# Lillero-mixin +Lillero-mixin is a Mixin plugin capable of applying [Lillero](https://github.com/zaaarf/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](https://github.com/zaaarf/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](https://github.com/Chocohead/Fabric-ASM). So, thanks to Chocohead for showing that it was indeed +possible to work on mixin-centric systems (Fabric especially) without writing a separate loader! |