Minor Procedures Suggestion

Started by Wesselburger26 on

Topic category: Feature requests and ideas for MCreator

Last seen on 07:01, 5. Nov 2020
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Minor Procedures Suggestion

Just a minor procedure idea.

If a Procedure block has a 'Math' data type e.g (x , y , z , get current health of) , add a option to right click on the block to add a equation to it so that the block changes to ([[x] + [Number zero]]. I hope I describe this well enough.

and the same for texts to append them.

So for example.

1. I right click on the "y" block in the Procedure block "Get Block at 'x' 'y' 'z' "

2. I get an option to append or edit this value and click it

3. the "y" block changes to "[y] + [number 0]" block to give me the final block " Get Block at 'x' '[y] + [number 0]' 'z' "

This is just to save little time, I thought it would be a nice feature..