Started by
@Downrest
on
Topic category: Help with Minecraft modding (Java Edition)
[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:
- Screenshot: https://imgur.com/BrjEJb9
- Added the procedure on my utility block's "On block right clicked" trigger.
EnergyForgeSlotHandler:
- Screenshot: https://imgur.com/RM2E9W8
- Added the procedure on my utility block GUI's "Item taken from slot" trigger.
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
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!