Help with "partially shapeless" recipe needed

Started by K0M0S63 on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Apr 2022
Points:
334

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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.

Active 1 week ago
Joined Jul 2020
Points:
1156

User statistics:

  • Modifications: 5
  • Forum topics: 82
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 228
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.