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