Hello, I want to know how to put spaces in a custom craft, I try to put some air (id 0) but the craft does not work after... Sorry for my bad English, I'm French. PHP: Server::getInstance()->getCraftingManager()->registerRecipe( new ShapedRecipe(Item::get(414, 0, 9), [ "aaa", "ara", "aaa" ], [ "a" => Item::get(251, 0, 0), "r" => Item::get(251, 0, 1), ]) );
PHP: Server::getInstance()->getCraftingManager()->registerRecipe( new ShapedRecipe(Item::get(414, 0, 9), [ " ", " r ", " " ], [ "r" => Item::get(251, 0, 1), ]) );
Basiclly for air put spaces or just don't put anything if there is nothing after it at the same line: PHP: "","r"
I try with spaces, and it does not work either, then after if I put nothing at all, well I can not make a beautiful presentation :/ French for Friscowz : J'ai essayer avec des espaces, et ça ne marche pas non plus, puis aprés si je met rien du tout, et bien je ne peux pas faire une belle présentation
Looks like SOFe gave you warn point for talking only with french LMAO mdr il ta donné des points de ban toi aussi XD ?
Yes, but I like when it's really classy Bah on m'a rien dit pour le moment, mais j'ai deja vue des français ce faire grondé lol...
yeah last i had some discussions with SOFe on dms about this he actually banned Armagedon because of me LMAO
Excuse me, I was trying hard, do not put the lines that are not used, and put spaces. Exemple: PHP: Server::getInstance()->getCraftingManager()->registerRecipe( new ShapedRecipe(Item::get(302, 0, 1), [ "rrr", "r r" ], [ "r" => Item::get(414, 0, 1), ]) );