Started by
Buzonga
on
Topic category: Help with Minecraft modding (Java Edition)
I don't know really well what i'm doing and why it doesn't work. I just added one more slot on the 3x3 crafting table. Can someone say what i'm doing wrong?
Edited by Buzonga on Sat, 04/30/2022 - 02:26
Hello,
First, your procedure want to be placed in "tick update" in your crafting table, not with the trigger "player tick update".
Second, at the 14 code line the item must be an air block. These code lines look if the slot 10 is empty or if it can receive another item (so if it's not 64 items in the slot 10).
Hope I have help you.
I've added it to the update tick, and updated the block to air, it is like this now, and still doesn't work.
https://imgur.com/BKKP3Zn