Custom Crafting Table Code Get's Too Long!

Started by Mier78 on

Topic category: Help with MCreator software

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Crafting Table Code Get's Too Long!

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…
Tue, 03/11/2025 - 18:26

You can split the procedure into multiple procedures and use call procedure block to call sub-procedures from the main crafting procedur