Started by
litomikem1
on
Topic category: Help with MCreator software
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.
idk if this changes anything, but the procedure uses an NBT value thing that takes the same name as the attribute
both the hammer looking thing and bandage looking thing have done nothing
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 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
i solved it but it was a sorta inconvenient fix :/
i had to recreate the whole procedure and delete the old one