Custom crafting table doesn't craft

Started by thijs_films on

Topic category: Help with MCreator software

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom crafting table doesn't craft

hello,

I wanted to make a custom crafting table with 2 slots for crafting. but whenever I try to craft with it, it doesn't give the specified output item.
seen here: 
https://imgur.com/a/YlSrTsM

 

I followed this tutorial by NorthWestTrees: https://www.youtube.com/watch?v=750viR4mMlE

and here is my GUI and procedures:
https://imgur.com/a/Vtr3Vtb

 

I've checked everything multiple times and have treid multiple changes to it but i can't see what I did wrong.
if anyone can help that would be great!

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Test this : Create a…
Thu, 10/10/2024 - 17:01

Test this :

Create a procedure with :

Event trigger - no additionnal trigger

if (get item from slot 0 = <item> AND get item from slot 1 = <item>){

remove 1 item from slot 0

remove 1 item from slot 1

set 1 <item> in slot 2 }

For the GUI, put this procedure in the “when GUI open tick” section.

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
hello, sorry for the late…
Tue, 10/15/2024 - 17:11

hello, sorry for the late reply. but i managed to get it working! i even managed to change it so it works just like a regular crafting table.
so thank you verry much for the help!

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have the same problem. how…
Fri, 10/25/2024 - 07:17

I have the same problem. how did you manage to fix this?