[SOLVED] My Custom Utility Block Isn't Working

Started by @Downrest on

Topic category: Help with modding (Java Edition)

Last seen on 07:21, 6. Apr 2022
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] My Custom Utility Block Isn't Working
Mon, 12/13/2021 - 10:23 (edited)

[This has been solved already!]

 

Alright, so I attempted to make a custom utility block.

Already made the textures, all I had to do was make the procedures and the GUI.


So I made 2 procedures and 1 GUI. But it isn't actually working.

EnergyForgeProcedure:

EnergyForgeSlotHandler:


When I run the client on MCreator and placed specific items on Slots 1 & 2 of the GUI, nothing happens.

Here's a screenshot: https://imgur.com/CnUwZVg

 

I don't know why it isn't working, please help. Thanks!

 

Edited by @Downrest on Mon, 12/13/2021 - 10:23
Last seen on 07:21, 6. Apr 2022
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I got it working. All I did…
Mon, 12/13/2021 - 10:24

I got it working. All I did was put the EnergyForgeProcedure to my utility block GUI's "While this GUI is open tick" and it worked!