[Compat] Visual bug with Stylish Effects mod
mpustovoi opened this issue ยท 6 comments
The line +45% protection against infection
also appears in the description of any other effect, even if the player is not affected by the Infection Immunity
effect, if the Stylish Effects
mod is installed (https://modrinth.com/mod/stylish-effects )
It looks especially weird with the Infection
effect:
Maybe the difference in description handlers plays a role, since they aren't present by default in Stylish Effects
and you need to install either Just Enough Effect Descriptions
or EMI Effects
mod as well as add lines like this to the lang file:
"effect.hordes.infected.description": "Kills the player, turning him into a zombie after the expiration time",
"effect.hordes.immunity.description": "Gives +45% protection against zombie infection",
After all, it's generally clear what the effect of Infection Immunity
does.
That's not supposed to show up on effects, that's an item tooltip, I don't know why Styllish Effects is adding it to the effect tooltip, or where it's getting 45% from.
It's a bug on stylish effects part, I don't know why it would be pulling that tooltip.
Got it. I'll report it to Stylish Effects
Sorry for the misunderstanding about the origin of this tooltip.
That's not supposed to show up on effects, that's an item tooltip, I don't know why Styllish Effects is adding it to the effect tooltip, or where it's getting 45% from.
It's a bug on stylish effects part, I don't know why it would be pulling that tooltip.
No that's fine, I just don't know why it's pulling that tooltip and without that I can't do anything to stop it using it.
I can change something about how the tooltips are rendered if neccecary but as far as I can tell I can't see any reason why it would conflict with it.