I have three valid items (1 scrap metal, 1 class token and 1 slot token). I call the craft method this way: .craft([scrap, classToken, slotToken], 11);
As a result, in a craftingComplete event I get an error. Do theese items should go in a particular order or there some other error could be happening? scrap, classToken and slotToken are totally valid IDs. In this example I'm trying to craft a spy PDA2 weapon with specified tokens. Cannot try with other tokens as i don't have any other on me.