Started by
Mier78
on
Topic category: Help with MCreator software
Heya, I've been working on a mod that adds a custom crafting table and with that a lot of recipes for the custom crafting table. But now I've ran into a problem where the code gets too long for MCreator to compile it. I tried to think of a way to compress down the recipes but it didn't work. If anyone has any ideas on how to solve this issue that would be very helpful!
You can split the procedure into multiple procedures and use call procedure block to call sub-procedures from the main crafting procedur
I've tried this but I can't figure out how to connect the second procedures to the main one since it needs a logic block for me to connect them. I've tried to figure out how to connect the two but nothing seems to work, at least for me.
If you want procedure to return logic, you can do that for sure and then use its return value in another procedure.
See https://www.youtube.com/watch?v=Sg3qzhjgc48