[SOLVED] My Custom Utility Block Isn't Working

Started by @Downrest on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Dec 2021
Points:
538

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 48
[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
Active 3 years ago
Joined Dec 2021
Points:
538

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 48
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!