How does synced data work?

Started by CoolfoxGaming on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How does synced data work?

I would be glad if someone could explain synced data to me, and how to use it.
I am trying to make a mob that turns passive after it performed a certain number of attacks, and I think synced entity data would be useful for this, but I have no idea how to use it properly. (I can‘t find anything about it in the procedure editor)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In Entity procedures ->…
Mon, 01/13/2025 - 14:47

In Entity procedures -> Actions and Entity procedures ->Data  The last 3 blocks, belong to synced data.

By using synced data, you can save the values ​​on the entity and the values ​​will be synced with the server (unlike NBT tags, which are not synced with the server).

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks! But I dont really…
Tue, 01/21/2025 - 20:44

Thanks! But I dont really understand what syncing with the server means