[Bug] Item tooltips not loading on dedicated server
grundyboy34 opened this issue ยท 0 comments
Versions (Be specific, do not write "latest"):
- Curios: 5.3.3+1.20.1
- Forge/Fabric: 47.1.3
Observed Behavior: Curios items don't have tooltips (slot data, stats, etc) when joining dedicated server
Expected Behavior: Curios items should have tooltips like in singleplayer
Steps to Reproduce:
- Join dedicated server
- Notice curios items don't have the usual tooltip
Work around
- Join singleplayer game (Notice curios items have tooltip)
- Join dedicated server, curios items still have the tooltip until minecraft is restarted.
Additional Info
Looks like it's related to ClientEventHandler.java#92 curioTags is always empty until the player has opened singleplayer since CuriosApi.getItemStackSlots apparently will always be empty on the client?