Curios API (Forge/NeoForge)

Curios API (Forge/NeoForge)

140M Downloads

[Bug] Item tooltips not loading on dedicated server

grundyboy34 opened this issue ยท 0 comments

commented

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:

  1. Join dedicated server
  2. Notice curios items don't have the usual tooltip

Work around

  1. Join singleplayer game (Notice curios items have tooltip)
  2. 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?