Started by
ArtemHOTA
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I'm making my own crafting station, and as I know, I should use "Return logic" and "Call Procedure" blocks. I created the procedure with return logic, but Call Procedure block doesn't sees it. It's empty. Help.
this should help: https://www.youtube.com/watch?v=OmrJe5_chpk
Make sure that the global triggers that are needed are used in the procedure.
But when making more than one recipe for the crafting station, make sure to use a else if for every recipe other wise it won't output it.
-PixelKid
I wanted to make a crafting station without this button. I was doing the crafting table by this tutorial: https://www.youtube.com/watch?v=750viR4mMlE&t=924s
I was doing everything by the tutorial, but I can't understand the "Return Logic" thing. The procedure just isn't showing up
so you are saying that you did everything on the tutorial.
The return logic returns the procedure to the GUI where it was called from. it is found in the advanced tab at the bottom of the tabs where you find procedure blocks.
-PixelKid