tr7zw / Exordium

There is no good reason to render the hotbar at 100+ fps
Other
231 stars 33 forks source link

Servercore's BlockGetterMixin class has invalid @Redirect signature when paired with Exordium #97

Closed owosoup closed 1 year ago

owosoup commented 1 year ago

Bug Using Quilt loader, the mod crashes the game during mixins.

Full crash log: pastebin.com/qfCYuCzz

Reproduce Steps to reproduce the behavior: Use the Quilt loader, Exordium and Servercore (modrinth.com/mod/servercore)

Expected behavior: Minecraft starts and I enjoy my lag free world.

Versions ServerCore: 1.3.5 Minecraft: 1.19.4 Exordium: 1.1.2

I have reported and closed the issue on servercore's github project, since the problem seems to be caused by Exordium.

image

tr7zw commented 1 year ago

For 1.19.4 use the older version where mixin extras is not inside, on 1.20 this should be fixed as part of #83.

owosoup commented 1 year ago

Alright, thanks!