Skocz do zawartości
  • 0

Crafting


ApisEK12

Pytanie

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Potrzebny Sk+ lub WS. Crafting w WS dodam w edicie:

on load:    register new shaped crafting for <angielska nazwa bloku> using sand, sand, sand, sand, sand, sand, sand, sand, sand

Dalem przyklad craftingu jakiegos bloku (sam musisz wpisac jaki), uzywajac 9 sztuk piasku

Teraz inny przyklad:

on load:    register new shaped crafting for diamond horse armor using diamond, leather, diamond, white wool, leather, white wool, diamond, diamond, diamond

I to jest crafting dla diamentowej zbroi konia uzywajac:

 

D L D

W L W

D D D

 

Legenda:

D - diament

L - leather/skora

W - biala welna

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

Musisz dac po nazwie "named "Nazwa" "

Przyklad:

on load:    register new shaped crafting for diamond horse armor named "&bZbroja diamentowa dla konia" using diamond, leather, diamond, white wool, leather, white wool, diamond, diamond, diamond

I jak mowilem, masz crafting do WS:

on load:    set {_cos} to "x"    new Recipe "%{_cos}%"    {_cos}.Recipe.registerIngredient{1, 1 wool};    {_cos}.Recipe.registerIngredient{2, 1 wool};    {_cos}.Recipe.registerIngredient{3, 1 wool};    {_cos}.Recipe.registerIngredient{4, 1 wool};    {_cos}.Recipe.registerIngredient{5, 1 wool};    {_cos}.Recipe.registerIngredient{6, 1 wool};    {_cos}.Recipe.registerIngredient{7, 1 wool};    {_cos}.Recipe.registerIngredient{8, 1 wool};    {_cos}.Recipe.registerIngredient{9, 1 wool};    {_cos}.Recipe.registerResult{white wool with name "Nagroda"};    {_cos}.Recipe.register{};
Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...