Custom crafting table problem

Started by Buzonga on

Topic category: Help with modding (Java Edition)

Last seen on 06:56, 4. May 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom crafting table problem
Sat, 04/30/2022 - 02:26 (edited)

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?

 

https://imgur.com/sa7etHA

Edited by Buzonga on Sat, 04/30/2022 - 02:26
Last seen on 15:34, 1. Mar 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, First, your procedure…
Sat, 04/30/2022 - 05:02

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.

Last seen on 06:56, 4. May 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've added it to the update…
Sat, 04/30/2022 - 05:42

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