Mixin Error Crash when attempting to launch a development test server with the modImplementation included.
Blobanium opened this issue · 5 comments
Describe the bug
A clear and concise description of what the bug is.
Platform(s)
- Fabric
Environment(s)
- Server
- Development Enviroment
Versions
- Minecraft 1.19.4
- Taterzens 1.11.4-beta3
To Reproduce
Steps to reproduce the behavior:
- Open a Fabric gradle project
- Put mod in your build.gradle dependencies
- Run
gradlew runserver
in your command line - Fabric wont start due to a mixin error
Expected behavior
I expected minecraft to start up normally
Logs
[latest.log](https://github.com/samolego/Tater
debug.log
zens/files/11142767/latest.log)
Additional context
I posted this example project in a new github.
You can find the build.gradle file here
Ah doesn't seem like it, it cannot launch in production as well. But it works in dev 🤔
Could it be that fabric is not properly exposing the official mojang mappings towards runtime perhaps??
Also to note i did run with official mappings and it worked.
What's more strange to me is that when developing balcksmiths 1.19.4, which also require taterzens, this didn't happen ...
This same thing is also happening to me. @Blobanium did you find a fix or maybe an alt?