Started by
CoolfoxGaming
on
Topic category: Help with Minecraft modding (Java Edition)
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)
In
Entity procedures -> Actions
andEntity 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).
Thanks! But I dont really understand what syncing with the server means
You don't need to sync manually.
Please see https://www.youtube.com/watch?v=HFScRU0Eqks for basics on this system