tr7zw / Exordium

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

conflicts with wynntils mod #86

Closed Aces-and-Jacks closed 1 month ago

Aces-and-Jacks commented 1 year ago

https://mclo.gs/jH2lOcS

1.19.4 fabric

tr7zw commented 1 year ago

Disable chat buffering then re-add wynntils. For some reason that mod calls chat render logic before the mc window is even there.

Aces-and-Jacks commented 1 year ago

turned off chat buffering and it still crashed https://mclo.gs/cjsNCqe

Aces-and-Jacks commented 1 year ago

Is it something only wynntils can fix?

tr7zw commented 1 year ago

Added wontfix as a tag, since it's not a priority rn to fix stuff like this. wynntils still initializes the Chat stuff before opengl is loaded and way too soon compared to where it should be.

tr7zw commented 1 year ago

But you can use the older Exoridum versions, they will probably work, since they work in a dumber way.

Aces-and-Jacks commented 1 year ago

ok then. I'll probably just leave it disabled for now

tr7zw commented 1 month ago

159