Started by
MeepJJ
on
Topic category: Help with Minecraft modding (Java Edition)
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 custom data, there are NBT block management procedure blocks in MCreator for this.
The procedure nbt blocks modify the data inside the ForgeData subset, but I would like to modify the nbt outside of it.