Started by
IEATDIRT
on
Topic category: Help with Minecraft modding (Java Edition)
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
You need a button to progress duplicating or make it always work.
Here are 2 step to my solution:
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
I fixed it.