Original crafting table + recipes only for that crafting table?

Started by Faydflowright on

Topic category: Help with modding (Java Edition)

Last seen on 19:46, 10. Mar 2024
Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Original crafting table + recipes only for that crafting table?

Hello MCreator community!

So I'm working on a survival update for my most recent mod. My goals are to create an original crafting bench that the mod's recipes can only be used on.

I've modeled many of the blocks I wanted already, however I'm stuck at how to make the recipes only work for this block and of course make this block a crafting table.

What I understand I need to do so far is:

  • I need to make a crafting GUI and attach it to the custom modeled block
  • program that right click on the block gets this GUI
  • Make recipes that only work for this block
  • make recipes created in this block = modded item 

However, I'm stuck at how to make all that work.

If you have any good tutorials for the most recent update or tips I would LOVE the help and direction!!