Make an entity persistent

Started by Gman on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined May 2024
Points:
88

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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.

Active 1 month ago
Joined May 2025
Points:
12

User statistics:

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

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