Started by
Kuraion
on
Topic category: Help with Minecraft modding (Java Edition)
So I have a procedure that is supposed to run whenever I destroy some specific blocks, but depending on which type of block is destroyed, I need the local variables to have different values. Can I now use a procedure that sets those variables and then calls the main procedure using the "call procedure" block?
That would make it a lot easier since I would only need to have that main procedure created once instead of having to create it again for every new block
use global variables