Command parameters not being transfered to procedure.

Started by minecrafter234br on

Topic category: Help with modding (Java Edition)

Last seen on 21:07, 28. Nov 2023
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Command parameters not being transfered to procedure.

I have a command called calc, the structure of it is that theres an string of type block with the parameter "Operation", inside that  block theres an number parameter block with the parameter "Input1" and inside that theres another number parameter block with the parameter "Input 2", inside that is the block that calls the procedure. In the procedure, everything should be working but it does not recognize the parameters, to get them im using their respective dependency block with the exact same name, but it doesnt work and doesnt compile.