Custom crafting problem

Started by clocked_artifact on

Topic category: Help with modding (Java Edition)

Last seen on 02:17, 9. Nov 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom crafting problem

I'm having trouble trying to explain in words so I just made a video with the problem

https://www.youtube.com/watch?v=Z4JkrIOUrrw 

Last seen on 13:50, 6. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How the hell could we help…
Thu, 05/07/2020 - 06:32

How the hell could we help you if we don't see your procedure?

Last seen on 13:50, 6. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to add an other …
Thu, 05/07/2020 - 06:50

You need to add an other "AND" gate to the second condition of the "OR" gate because you need to check that, if the number of items in slot 1 is not equal to 0, then it's < 64.

You need to add a new if condition to check if the number of item in slot 1 is < 63.
it gives you :
if [...] AND [(...) OR (get item from slot 1 = powder AND get item from slot 1 < 63)]

Last seen on 02:17, 9. Nov 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you
Thu, 05/07/2020 - 06:58

Thank you