-
Notifications
You must be signed in to change notification settings - Fork 213
Display Link: Value Display Options #995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
first, make sure it is pointing at a container with items in it, second, the forge screenshot is taken in older version, so maybe it isn't rellevent in the newest version. |
It definitely has items in it, that's not the issue. I tested the bug on various versions, with the exact same world. it occures on Fabric on both 0.5.0i with the Content Observer and 0.5.1b with the Smart Observer, and it did not occur on Forge on either version. |
Without digging too deep, super quick code search finds the related change: It seems this was specifically changed for the Fabric version due to different fluid mechanics, but it wasn't taken into account that the same label is used for items as well, not just fluids. |
Yeah I've come across this as well. It seems to be an issue with the translation as it does not differentiate between the Item List and Fluid list: Here is the key in the Translation file Source Here it is used for the ValueList: ValueListDisplaySource.java It is the same as used in FluidList: FluidListDisplaySource.java |
I experience the same problem on V0.5.1f |
Describe the Bug
When selecting "List matching Items", the Value display option on the Fabric version gives the following options:
...which doesn't make a whole lot of sense for items.
Reproduction Steps
Expected Result
The forge version gives these:
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 11
Mod Version
0.5.1b
Minecraft Version
1.19.2
Other Mods
No response
Additional Context
also happens on 0.5.0i
The text was updated successfully, but these errors were encountered: