TheWinABagel / ZenithAttributes

A port of Apotheosis attributes to fabric
MIT License
2 stars 5 forks source link

Add config to disable potion tooltip #8

Closed Partonetrain closed 5 months ago

Partonetrain commented 6 months ago

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.

TheWinABagel commented 5 months ago

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)

TheWinABagel commented 5 months ago

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

Partonetrain commented 5 months ago

MixinLoadingPlugin can help with this (I think)

Partonetrain commented 5 months ago

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

TheWinABagel commented 5 months ago

Added with 0.2.2

Partonetrain commented 5 months ago

Thanks!