Multiple Recipes?

Started by chublilpanda on

Topic category: Help with modding (Java Edition)

Last seen on 21:07, 27. Sep 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Multiple Recipes?

I've tried looking this up multiple times. What I'm looking for is making a custom crafting table with multiple recipes.

 

I have no clue how.

Last seen on 20:38, 3. Apr 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay so If i'm reading this…
Wed, 03/24/2021 - 22:30

Okay so If i'm reading this right, you want to make a custom crafting table that has multiple ways to craft your custom crafting table, I.E vanilla Minecraft table takes any 4 planks, If this is correct, all you have to do is make multiple crafting recipe elements in your project that always result in making your custom crafting table.

Last seen on 01:54, 23. Jul 2022
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use a 3x3 crafting template…
Wed, 03/24/2021 - 22:43

Use a 3x3 crafting template and duplicate templates by changing crafting

Last seen on 16:16, 15. Sep 2023
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In my mod, I have got 5x5…
Thu, 04/29/2021 - 11:27

In my mod, I have got 5x5 crafting table. It is even more difficult to make recipes for it because you need to make recipes by your own and with multiple procedures. I can send you some screenshots if you insist. It could help you.

GUI:

https://ibb.co/hW1yzFp

It is bound to my block so see where:

It is into the tile entity menu:

https://ibb.co/n72PY8L

I made button for calling procedures (recipes)

Look how it is made:

https://ibb.co/q0178Lf

And here is example of any recipe. You can use crafting table 3x3 or 4x4 procedure template. I edited it to allow craft from 5x5 grid: 

https://ibb.co/p1TdDZc (it is HUGE and does not fit into the screenshot but it is for example.)

And that is all. Now make yourself recipes with using block windows.

 

I wish you good luck with your mod making!