You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Versions (Be specific, do not write "latest"):
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:
Work around
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?
The text was updated successfully, but these errors were encountered: