Custom crafting problem

Started by clocked_artifact on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined May 2020
Points:
679

User statistics:

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

Active 1 year ago
Joined Jun 2015
Points:
1275

User statistics:

  • Modifications: 10
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 537
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?

Active 1 year ago
Joined Jun 2015
Points:
1275

User statistics:

  • Modifications: 10
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 537
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)]

Active 5 years ago
Joined May 2020
Points:
679

User statistics:

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

Thank you