Skocz do zawartości
  • 0

Crafting Bibloteczek


ReaLista

Pytanie

Czy mógłby ktoś napisać skrypt żeby 1 biblioteczke craftowało się tak:

 

Diament|diament|diament

diament|diament|diament

diament|diament|diament

 

A bejcona crafotwało się tak:

 

3kox jabłka|3kox jabłka|3kox jabłka

3kox jabłka|3kox jabłka|3kox jabłka

3kox jabłka|3kox jabłka|3kox jabłka

 

 

 

 

 

Odnośnik do komentarza
https://skript.pl/temat/5327-crafting-bibloteczek/
Udostępnij na innych stronach

5 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Crafting Biblio:

  • on load:
  •    set {_nazwa} to "Biblioteczka"
  •    Recipe.new{ {_nazwa} }
  •    {_nazwa}.Recipe.registerIngredient{1, 1 diamond}
  •    {_nazwa}.Recipe.registerIngredient{2, 1 diamond}
  •    {_nazwa}.Recipe.registerIngredient{3, 1 diamond}
  •    {_nazwa}.Recipe.registerIngredient{4, 1 diamond}
  •    {_nazwa}.Recipe.registerIngredient{5, 1 diamond}
  •    {_nazwa}.Recipe.registerIngredient{6, 1 diamond}
  •    {_nazwa}.Recipe.registerIngredient{7, 1 diamond}
  •    {_nazwa}.Recipe.registerIngredient{8, 1 diamond}
  •    {_nazwa}.Recipe.registerIngredient{9, 1 diamond}
  •    {_nazwa}.Recipe.registerResult{1 bookshelf}
  •    {_nazwa}.Recipe.register
 
Beacona:
 
  • on load:
  •    set {_nazwa} to "Beacon"
  •    Recipe.new{ {_nazwa} }
  •    {_nazwa}.Recipe.registerIngredient{1, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerIngredient{2, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerIngredient{3, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerIngredient{4, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerIngredient{5, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerIngredient{6, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerIngredient{7, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerIngredient{8, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerIngredient{9, 3 enchanted golden apple}
  •    {_nazwa}.Recipe.registerResult{1 beacon}
  •    {_nazwa}.Recipe.register

 

Pamiętaj że, musisz mieć wild'a 1.8, nie możesz być na gm!

Odnośnik do komentarza
https://skript.pl/temat/5327-crafting-bibloteczek/#findComment-44202
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ę...