DarkKronicle / KronHUD

A mod to add clean and useful HUD widgets.
GNU General Public License v3.0
93 stars 39 forks source link

Crash when initializing the game #70

Closed RoonMoonlight closed 2 years ago

RoonMoonlight commented 2 years ago

Describe the bug Crash when initializing the game. Most likely a getActionBar bug.

To Reproduce Game Log

Expected behavior The game should launch normally without issue, I even have MaLiLib installed.

Screenshots Log posted instead of screenshot because it is just a crash

Additional context None.

moehreag commented 2 years ago

This is just caused by 1.19.1 not using TextRenderer.draw, but TextRenderer.drawWithShadow. (That's why the injection fails.) I'll open a PR soon to fix this.