Procedure System and custom elements

Started by Aaron1178 on

Topic category: Help with modding (Java Edition)

Last seen on 10:07, 5. Jan 2019
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure System and custom elements

Hey Guys,

I'm just wondering if it is possible to add custom procedure elements to the procedure system via some java code? For example, say I wanted to run an if statement to check if there are say 200 of type T entities within an X defined radius of the play. Now I could code this, but it seems a little redundant as is that not the purpose of the Graphical Procedure Design system? 

So lets recap; Is there a way to access different Minecraft/Forge api functions in the graphical editor to create new elements?

Under the advanced tab,…
Thu, 01/03/2019 - 17:50

Under the advanced tab, there is a custom code block.

In the future, we will support plugins to extend to more procedures too.