Random procedure won't compile

Started by litomikem1 on

Topic category: Help with MCreator software

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Random procedure won't compile

I have a procedure that is triggered when you right-click an entity. I added an attribute that included that entity, but later deleted it. If that's what's causing the compiling error, why is it affecting the procedure and not the entity or any of the other procedures linked to the entity? The procedure did not use the attribute in any way.

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
idk if this changes anything…
Wed, 07/09/2025 - 11:50

idk if this changes anything, but the procedure uses an NBT value thing that takes the same name as the attribute

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
both the hammer looking…
Wed, 07/09/2025 - 20:45

both the hammer looking thing and bandage looking thing have done nothing

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and there's one other…
Wed, 07/09/2025 - 20:55

and there's one other procedure that uses the same nbt tag but it has no problems. changing the name of the nbt tag fixes nothing.

If you deleted element…
Wed, 07/09/2025 - 20:58

If you deleted element procedure references, it will fail to build as you need to remove this reference

If you think this is not that case and that you have found a bug, please open ticket at https://github.com/MCreator/MCreator/issues and attach zip of example workspace showcasing your bug

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i solved it but it was a…
Wed, 07/09/2025 - 21:24

i solved it but it was a sorta inconvenient fix :/
i had to recreate the whole procedure and delete the old one