Trzymaj z wildskript
set {_nazwa} to "spodnie"
Recipe.new{ {_nazwa} }
{_nazwa}.Recipe.registerIngredient{1, 1 leather}
{_nazwa}.Recipe.registerIngredient{2, 1 leather}
{_nazwa}.Recipe.registerIngredient{3, 1 leather}
{_nazwa}.Recipe.registerIngredient{4, 1 leather}
{_nazwa}.Recipe.registerIngredient{6, 1 leather}
{_nazwa}.Recipe.registerIngredient{7, 1 leather}
{_nazwa}.Recipe.registerIngredient{9, 1 leather}
{_nazwa}.Recipe.registerResult{1 "leather pants named "&cSpodnie"}
{_nazwa}.Recipe.register