Taterzens [Fabric]

Taterzens [Fabric]

86.3k Downloads

Mixin Error Crash when attempting to launch a development test server with the modImplementation included.

Blobanium opened this issue · 5 comments

commented

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:

  1. Open a Fabric gradle project
  2. Put mod in your build.gradle dependencies
  3. Run gradlew runserver in your command line
  4. 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

commented

Might be due to mappings used? Can you try official mappings?

commented

Ah doesn't seem like it, it cannot launch in production as well. But it works in dev 🤔

commented

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.

commented

What's more strange to me is that when developing balcksmiths 1.19.4, which also require taterzens, this didn't happen ...

commented

This same thing is also happening to me. @Blobanium did you find a fix or maybe an alt?