Help! Button procedure called but not functioning

Started by WarpPrime on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jun 2022
Points:
434

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Help! Button procedure called but not functioning

Running forge 1.18.2 with MCreator 2022.1 build 19518.

I am making a mod which adds an item which can increase the efficiency of an item by 1 when combined in a special table GUI.

Currently the button "Combine" calls a procedure but the button NEVER WORKS.

The procedure Test1 is just a procedure which prints "Running!" in the chat:

The actual function that will be called after I fix the button is here. I debugged all of the procedure code but would like to make sure nothing is wrong here too.