Zenith Attributes

Zenith Attributes

5M Downloads

Add config to disable potion tooltip

Partonetrain opened this issue ยท 6 comments

commented

The way this mod adds potion tooltips is potentially dangerous, being a redirect mixin - it should be configurable in case users have another mod that does the same thing.

I'd PR this myself, but I still can't get ZenithAttributes into my IDE because I can't find FakerLib.

commented

Would this be a mixin config option? Cause yeah I should add that... (apologies for the lack of response, have been busy with IRL stuff and other projects)

commented

I don't have experience with making those but I can give it a shot
The config that I'm using currently loads too late for that afaik

commented

MixinLoadingPlugin can help with this (I think)

commented

Hmm, what's actually adding the description tooltip is this line, so the config would ideally disable that too

commented

Added with 0.2.2

commented

Thanks!