1.7.9 not allowing procedures on mod elements

Started by SingularityV3 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 22:54, 17. Sep 2019
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1.7.9 not allowing procedures on mod elements
Mon, 05/07/2018 - 20:21 (edited)

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
Last seen on 09:06, 14. Jul 2019
Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your old events got deleted…
Sun, 05/06/2018 - 14:28

Your old events got deleted. Recreate them.

Last seen on 22:54, 17. Sep 2019
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am trying, but when I go…
Mon, 05/07/2018 - 00:13

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…
Mon, 05/07/2018 - 06:08

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.

Last seen on 22:54, 17. Sep 2019
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am trying to add the…
Mon, 05/07/2018 - 13:56

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?

Last seen on 22:54, 17. Sep 2019
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Am I missing something…
Mon, 05/07/2018 - 19:55

Am I missing something really obvious?

Last seen on 23:40, 29. Dec 2018
Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
try making a procedure…
Sat, 05/12/2018 - 16:05

try making a procedure modtype

Last seen on 08:19, 28. May 2018
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm having this issue too -…
Sun, 05/27/2018 - 06:11

I'm having this issue too - it appears every workspace now has "(no procedure)" as the only option. 

Last seen on 13:32, 28. Aug 2021
Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I imported my mod seamlessly…
Sun, 05/27/2018 - 10:38

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.

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to make a procedure…
Sun, 05/27/2018 - 17:26

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