Started by
chublilpanda
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Topic category: Help with Minecraft modding (Java Edition)
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.
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.
Use a 3x3 crafting template and duplicate templates by changing crafting
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!