Started by
SingularityV3
on
Topic category: Troubleshooting, bugs, and solutions
I recently updated MCreator to 1.7.9 and imported the mod I currently am working on into the new version. Once that was all done I tried to start adding procedures to my elements just like I would events, but when you click to change the drop down menu the only option I have is "No Procedure". This is annoying because that mod has many elements that rely on events/procedures. Does anyone know what is going on? (I have uninstalled and reinstalled MCreator to no avail)
Solved! Thank you ^_^
Edited by SingularityV3 on Mon, 05/07/2018 - 20:21
Your old events got deleted. Recreate them.
I am trying, but when I go to the place where the old event page is and it gives you the drop down menus for adding a procedure to, say, "On Block Right Clicked", The only menu option is "No Procedure". In one of the update GIFs it shows the exact same page but has a "Procedure" option as well. I would assume that this is how you add your events/procedures back and/or make new ones, but I seem to not have that option.
You need to make sure the trigger provides all the dependencies that your procedure requires. If the event is block event and your procedure requires itemstack, they can't be matched together.
I am trying to add the events that got deleted back to my mod. If I can not use procedures to recreate them, how would I go about doing that?
Am I missing something really obvious?
try making a procedure modtype
I'm having this issue too - it appears every workspace now has "(no procedure)" as the only option.
I imported my mod seamlessly with everything still on its place by just copying my old user file and replace it with the new mcreator user file.
You need to make a procedure before adding it to a block/item/tool/etc. When you are adding a mod element, you can make a block, an item, a mob, a structure, etc., but there is also a procedure mod element.
After you made the procedure you can attach it to the event
Sorry for bad English