Modifying nbt data outside of ForgeData subset via procedures

Started by MeepJJ on

Topic category: Help with modding (Java Edition)

Last seen on 14:44, 25. May 2019
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Modifying nbt data outside of ForgeData subset via procedures

Hello! I need to change the nbt data of a vanilla block, but whenever I modify the nbt through the procedure system, it puts it in ForgeData.

The procedure that does this is being called on by a block, so running /blockdata is not an option.

Example nbt structure:

{ForgeData:{where my nbt data really is},where my nbt data is supposed to be}

If you want to manage your…
Sat, 05/11/2019 - 10:20

If you want to manage your custom data, there are NBT block management procedure blocks in MCreator for this.

Last seen on 14:44, 25. May 2019
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The procedure nbt blocks…
Sat, 05/11/2019 - 12:03

The procedure nbt blocks modify the data inside the ForgeData subset, but I would like to modify the nbt outside of it.