Make an entity persistent

Started by Gman on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make an entity persistent

In short, I'm struggling to find a way to label a living entity to make it persistent. I've tried NBT tags with "PersistenceRequired:1" but to no avail. 

As with most of my MCreator issues, I'm sure the solution is simpler than I'm making it seem, but unfortunately I just can't find it.

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
With boolean nbts, the…
Sun, 06/15/2025 - 12:06

With boolean nbts, the values are true: 1b, false: 0b. Hope this helped