EMI fails to start in minecraft 1.21.8.
Closed this issue ยท 3 comments
When trying to run EMI both using fabric as well as from fabric loom in gradle as a mod dependency, EMI fails to start due to an issue applying mixins.
This occurs in version 1.21.6 up to at least 1.21.8. I'm not sure if these versions are officially supported as drops don't follow a predictable versioning scheme.
I have attached a copy of the output here: https://pastebin.com/BVgXvFDn
I can reproduce the issue both from my dev environment and through the minecraft launcher with fabric loader.
The following versions where in use:
- Fabric API: 0.136.0+1.21.8
- Fabric Loader: 0.17.3
- Minecraft: 1.21.8
- EMI: 1.1.21+1.21.1
It would appear that these methods have been renamed to follow a record-style convention. So now getTemplate() is just template().
Also here is a log from an instance of minecraft running just EMI and the fabric-api: https://pastebin.com/aWhcjeTL
This might be a bit cleared than my dev environment.