Help with "partially shapeless" recipe needed

Started by K0M0S63 on

Topic category: Help with modding (Java Edition)

Last seen on 18:00, 12. Aug 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with "partially shapeless" recipe needed

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.

Last seen on 00:45, 19. Apr 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try making a Tool Item Tag…
Thu, 04/28/2022 - 09:48

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.