Started by
SamIsCool213
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a custom crafting station with only 3 slots, and the procedures won't work! i'm trying to make 3 clay = one clay jar.
Procedures:
Edited by SamIsCool213 on Sat, 06/28/2025 - 13:55
How do you trigger those? Procedure needs to be triggered somehow
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
I already have the triggers and know how to do procedures. The trigger for the first procedure is on gui open tick and the trigger for the second one is on item taken from output slot (slot 3)
Can you check the procedure code again? i can't seem to find the issue
incase your wondering, what happens is i put 3 clay in the 3 slots and it doesnt put a clay jar in the output.
should i just put a "craft" button at the bottom? i really wanted it to auto suggest outputs like a regular crafting table.
Please help
nvermind it works i didnt need a craft button.
gui doesnt tick when you are holding an item in it, just like crafting table
it works just fine :)