More than 1 item needed to craft....

Started by Neoelfeo on

Topic category: Help with modding (Java Edition)

Last seen on 07:36, 8. Jun 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
More than 1 item needed to craft....

Greetings, I have this procedure, to craft an object using the mixture of two different items/blocks.
You put two different items in slot 1 and 2 then forge the item and it appears in slot 3.

 

Procedure

Forge GUI

My question is:
How do I make it necessary to have more than one item in the slots?

For example:
8 sticks and 4 strings = 1 lattice.

Last seen on 20:27, 19. Apr 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
try using the "stack" block…
Fri, 06/04/2021 - 04:06

try using the "stack" block in the items folder/slot, you can probably set it in a way to check for multiple items, if that doesn't work I'm afraid its not possible, at least to my knowledge

Last seen on 07:36, 8. Jun 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I do that?
Fri, 06/04/2021 - 16:06

How do I do that?

Last seen on 14:25, 14. Apr 2024
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you're asking where the…
Fri, 06/04/2021 - 16:11

if you're asking where the block is, it's in item procedures near the very bottom, Get number of items in [itemstack]

Last seen on 07:36, 8. Jun 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to know how to…
Fri, 06/04/2021 - 16:32

I want to know how to implement it on my procedure

Last seen on 14:25, 14. Apr 2024
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
something like this
Fri, 06/04/2021 - 16:54

https://media.discordapp.net/attachments/692839780538384555/850417296815554662/unknown.pngsomething like this

Last seen on 20:27, 19. Apr 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks for helping him, I…
Fri, 06/04/2021 - 17:16

thanks for helping him, I figured out after doing some research on how to do it but I wasn't able to show any screenshots