The idea of grimoire is to allow the fixing of multiple mods! Right now, the biggest FixingProject on 1.7.10 is GTNewHorizons and they use UniMixins!
So, i recommend you to use UniMixins to keep yourself compatible with them.
Note 2: As of 20.01.2022 this project is continued and developed independently by Aizistral. Check out his repository if you want to get updated Grimoire (3.x.x or later): https://github.com/Aizistral-Studios/Grimoire
A coremod that ships mixin and loads all necessary things for grimoire mixins.
Grimoire is a coremod that ships and uses Sponge Mixin allowing you to create a patch module which will contain mixins to be applied.
These modules are internally called 'Grim-Patches'.
As server owner sometimes you need to patch some buggy or laggy mod, this coremod helps you to organize patches.
Yes! it is, and you should not be doing it at all. Due to classloading issues mixins can't be applied to mods without hacks but sometimes following best practices isn't an option when your only option is fixing a mod with your own hands.
You can find them over here: Grimoire-Mixins
- 0 - Notice that grimoire will work in both server and client side. But, almost all of our Grim-Patches are for ServerSide Only!
- 1 - Download Grimoire.
- 2 - Put it inside the mods folder.
- 5 - Download any Grimoire-Mixins modules you want from here and put inside the mods folder.
- 5a - If the patch does not work (an legacy patch), create a folder named grimoire alongside the mods folder and put it there.
- 6 - Start the server again.