Started by
thijs_films
on
Topic category: Help with MCreator software
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!
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.
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!
I have the same problem. how did you manage to fix this?