how to sync nbt tags?

Started by hecker on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Oct 2022
Points:
370

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
how to sync nbt tags?

I currently have an nbt tag that runs on all mobs, if you get near a mob with this tag you get it (like a virus?) however mcreator says it won't be synced, how can I fix this, I don't think I can use a global variable either?

Active 2 years ago
Joined Oct 2022
Points:
351

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 16
you can't
Tue, 10/18/2022 - 05:10

you can't

Active 1 year ago
Joined Oct 2021
Points:
675

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 202
You would be able, but you'd…
Tue, 10/18/2022 - 15:13

You would be able, but you'd have to write custom code that will sync it and it's advanced thing. 

Active 1 year ago
Joined Oct 2022
Points:
370

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
Any other way to do so…
Tue, 10/18/2022 - 20:56

Any other way to do so without using something like the /tag command?