Skip to content

I want to disable the behavior where info lines in the top right corner change position if the player has a status effect. #236

Answered by maruohon
HydraheadHunter asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like it currently happens "hard-coded" in malilib's RenderUtils.renderText() method. So to disable that, you just need to comment out this line: https://github.com/maruohon/malilib/blob/adddaa833e0ea9a6323406c6704014e47ec62419/src/main/java/fi/dy/masa/malilib/render/RenderUtils.java#L404

I guess I'll change around some things in the main development code so that there will be a config option for this in future versions.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@HydraheadHunter
Comment options

Answer selected by HydraheadHunter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants