Started by
K0M0S63
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm currently trying to create a recipe which combines 4 different tools + a stick to make a multitool. I want to make it like this:
(1: Tool 1) (2: Tool 2) (3: Tool 3) (4: Tool 4) (N: Nothing) (S: Stick)
N1N
234 -> Multitool
NSN
Its supposed to be shapeless for only all the tools but the stick still has to be in the bottom middle.
Should I create 24 recipes or is there an option to do this with just one?
Using latest snapshot version and forge 1.18 generator.
Try making a Tool Item Tag and replace the tool in the recipe with the custom tag you made. I'm not sure if this works or not.