Return NBT value (logic) after load a savegame

Started by gustavowizard123 on

Topic category: Help with MCreator software

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Return NBT value (logic) after load a savegame

My NBT of my entity logic true/false reset after i load the game, how can i retrieve it when i load?

When Entity Spawns counts for a entity that is already there when you load? if so is there a way i can pull the NBT logic back?

if not, how could i achive this?

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
man is there a more active…
Tue, 09/16/2025 - 01:37

man is there a more active place to brainstorm ideas and procedures? nobody interact here... i manage to keep the variables using Sync Data from entity + procedures to return state, however i need 2 extra procedures for each sitting tameable mob now using those sync entity data and the return, one to return is true other to return if its false. i was wondering if i could use just 2 for all mobs instead of 2 per mob

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What do your procedures look…
Wed, 09/17/2025 - 12:18

What do your procedures look like?