Refined Storage

Refined Storage

115M Downloads

Configs are missing tooltips on fabric

starforcraft opened this issue ยท 0 comments

commented

Describe the bug

The @ConfigEntry.Gui.Tooltip annotation has to be added to all variables in https://github.com/refinedmods/refinedstorage2/blob/develop/refinedstorage-fabric/src/main/java/com/refinedmods/refinedstorage/fabric/ConfigImpl.java
Reference: https://shedaniel.gitbook.io/cloth-config/auto-config/annotations
(Good luck changing/adding all lang entries from something.tooltip to something.@Tooltip)

How can we reproduce this bug or crash?

  1. Simply click on the config button in the mods list
  2. Try to hover over any config value
  3. Nothing appears

What Minecraft version is this happening on?

Minecraft 1.21.1

What NeoForge or Fabric version is this happening on?

0.16.10

What Refined Storage version is this happening on?

v2.0.0-beta.2

Relevant log output