Item ghosting with NBT timer

Started by rowanleilan on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Item ghosting with NBT timer

I'm making this procedure where every 10 seconds, the player obtains an item. The issue is every once in a while, the player will gain an unusable ghost item that doesn't do anything. It's not game breaking but, its a little frustrating. It says something about NBT entity get is not synced between client and server. I assume that's the issue i am facing but am unsure how to resolve it. Thanks for reading.

Procedure of the timer that gives player item

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
try using less than or equal…
Sun, 10/19/2025 - 13:45

try using less than or equal to,

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ill give that a go, thanks! 
Sun, 10/19/2025 - 14:48

Ill give that a go, thanks! 

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nope, still the same issue
Sun, 10/19/2025 - 14:51

Nope, still the same issue

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you! It's working now!
Sun, 10/19/2025 - 15:51

Thank you! It's working now!