cojalexandru / totally-harmonious-item-stages

Utility mod which allows you to gate items behind stages, without the use of scripts, but with config files.
Other
2 stars 3 forks source link

Show the item name even if item is restricted #8

Closed AleDev2105 closed 8 months ago

AleDev2105 commented 1 year ago

Minecraft Version

1.19.2

Forge Version

43.2.21

T.H.I.S. Version

0.1.1

Describe your issue

When in the restriction life I created a new stage, I set "advancedTooltips" key to "ALWAYS" and the item name was not displayed, but when I set the same key to "ADVANCED" or "NONE" the tooltips were no longer shown but I could see the item name.

Log File related to your crash

Is not a crash, only a bug (maybe).

Crash Report

No response

Other mods

Rei with Rei Plugin Compatibilities KubeJS (without game modification)

Tried reproducing with just T.H.I.S.?

Yes

Performance Enchancers

None of the above

cojalexandru commented 1 year ago

What you're explaining seems to be the expected behavior. From the wiki:

"advancedTooltips": <ALWAYS/NONE/ADVANCED>
-ALWAYS: the restricted items will always have tooltips explaining the way they're restricted
-NONE: the restricted items will never have tooltips explaining the way they're restricted
-ADVANCED: the restricted items will have tooltips explaining the way they're restricted only when the client has the advanced tooltips (F3+H) enabled