Started by
temutsaj
on
Topic category: Help with Minecraft modding (Java Edition)
Hey modders I'm wondering if there is any sort of function, code or plugin for Mcreator that would allow you to change all the values in a procedure to different ones, for example:
If you're doing directional based procedures, when you duplicate the procedure, to go in and change all x values to z or to y/vice versa, and to change all + values to -.
This would save incredible amounts of time, if anyone has any tips or tricks to share along this line I would greatly appreciate it, thanks!
I don't think there is, but you could try using global or local variables to simulate each value. This won't work with all three at once, but it is a good alternative.
Oh ok I see what you mean, there is a potential there, thanks for the reply.