Kiedy robię w crafitngu mój custom item i dam więcej składników, żeby otrzymać kilka sztuk itemu, to tylko otrzymuję jedną sztuke. Jest ktoś w stanie zaradzić?
on load:
new Recipe "ciastojagodowe";
"ciastojagodowe".Recipe.registerIngredient{1, air};
"ciastojagodowe".Recipe.registerIngredient{2, sugar};
"ciastojagodowe".Recipe.registerIngredient{3, air};
"ciastojagodowe".Recipe.registerIngredient{4, egg};
"ciastojagodowe".Recipe.registerIngredient{5, sweet berries};
"ciastojagodowe".Recipe.registerIngredient{6, egg};
"ciastojagodowe".Recipe.registerIngredient{7, wheat};
"ciastojagodowe".Recipe.registerIngredient{8, wheat};
"ciastojagodowe".Recipe.registerIngredient{9, wheat};
"ciastojagodowe".Recipe.registerResult{pumpkin pie named "&6&oCiasto jagodowe" with lore "&013"};
"ciastojagodowe".Recipe.register{};
Pytanie
Koxiqq 0
Kiedy robię w crafitngu mój custom item i dam więcej składników, żeby otrzymać kilka sztuk itemu, to tylko otrzymuję jedną sztuke. Jest ktoś w stanie zaradzić?
on load: new Recipe "ciastojagodowe"; "ciastojagodowe".Recipe.registerIngredient{1, air}; "ciastojagodowe".Recipe.registerIngredient{2, sugar}; "ciastojagodowe".Recipe.registerIngredient{3, air}; "ciastojagodowe".Recipe.registerIngredient{4, egg}; "ciastojagodowe".Recipe.registerIngredient{5, sweet berries}; "ciastojagodowe".Recipe.registerIngredient{6, egg}; "ciastojagodowe".Recipe.registerIngredient{7, wheat}; "ciastojagodowe".Recipe.registerIngredient{8, wheat}; "ciastojagodowe".Recipe.registerIngredient{9, wheat}; "ciastojagodowe".Recipe.registerResult{pumpkin pie named "&6&oCiasto jagodowe" with lore "&013"}; "ciastojagodowe".Recipe.register{};Odnośnik do komentarza
https://skript.pl/temat/52227-problem-z-custom-craftingiem/Udostępnij na innych stronach
1 odpowiedź na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.