How to make a "duplication chest"

Started by IEATDIRT on

Topic category: Help with modding (Java Edition)

Last seen on 20:46, 3. Feb 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a "duplication chest"

I have created a (supposedly) functioning program that will check an item/block in slot 0 of a GUI, and duplicate it Into slot 2 of said GUI, but it "needs dependency itemstack" when I try to run the program in a GUI 

Last seen on 04:51, 10. Feb 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need a button to…
Fri, 11/19/2021 - 15:34

You need a button to progress duplicating or make it always work.

Here are 2 step to my solution:

2 steps

Last seen on 20:46, 3. Feb 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried that, but when I…
Fri, 11/19/2021 - 16:07

I tried that, but when I press the button in-game, the game crashes, im assuming I have to add a "stop loop" at the end of my code

Last seen on 20:46, 3. Feb 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I fixed it.
Fri, 11/19/2021 - 19:42

I fixed it.