Skocz do zawartości
  • 0

Stowniarka


Monkey

Pytanie

Witam napisze mi ktoś sk na generator stone ale taki Dobry czyli nie że , ktoś zrobi żeby stne sie generował co 3 sec i to jednocześnie tylko że, jak zniszcze 5 stone w odstępie 1 sec to nie będzie ten stone generował w odstępie 1 sec oddzielnie

 

CRAFTING:

 

RZR

ZSZ

RPR

 

R- Redstone

Z- Iron Ingot

S- Stone

P- Piston

Odnośnik do komentarza
https://skript.pl/temat/6935-stowniarka/
Udostępnij na innych stronach

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
options:	#co ile sekund stone ma się regenerować	time: 1	#crafting stoniarki	#sloty:	# crafting_1 | crafting_2 | crafting_3	# crafting_4 | crafting_5 | crafting_6	# crafting_7 | crafting_8 | crafting_9	crafting_1: redstone	crafting_2: iron ingot	crafting_3: redstone	crafting_4: iron ignot	crafting_5: stone	crafting_6: iron ingot	crafting_7: redstone	crafting_8: piston	crafting_9: redstoneon script load:	register new shaped recipe for end stone using {@crafting_1}, {@crafting_2}, {@crafting_3}, {@crafting_4}, {@crafting_5}, {@crafting_6}, {@crafting_7}, {@crafting_8}, {@crafting_9} on place of end stone:	if block at event-location is end stone:		if block above event-location is air:			set block above event-location to stoneon break of stone:	set {_loc.%event-location%} to event-location	wait {@time} second	if block under {_loc.%event-location%} is end stone:		if block at {_loc.%event-location%} is air:			set block at {_loc.%event-location%} to stone
Wzięte z tego spisu skryptów
Odnośnik do komentarza
https://skript.pl/temat/6935-stowniarka/#findComment-56114
Udostępnij na innych stronach

  • 0
options:	#co ile sekund stone ma się regenerować	time: 1	#crafting stoniarki	#sloty:	# crafting_1 | crafting_2 | crafting_3	# crafting_4 | crafting_5 | crafting_6	# crafting_7 | crafting_8 | crafting_9	crafting_1: redstone	crafting_2: iron ingot	crafting_3: redstone	crafting_4: iron ignot	crafting_5: stone	crafting_6: iron ingot	crafting_7: redstone	crafting_8: piston	crafting_9: redstoneon script load:	register new shaped recipe for end stone using {@crafting_1}, {@crafting_2}, {@crafting_3}, {@crafting_4}, {@crafting_5}, {@crafting_6}, {@crafting_7}, {@crafting_8}, {@crafting_9} on place of end stone:	if block at event-location is end stone:		if block above event-location is air:			set block above event-location to stoneon break of stone:	set {_loc.%event-location%} to event-location	wait {@time} second	if block under {_loc.%event-location%} is end stone:		if block at {_loc.%event-location%} is air:			set block at {_loc.%event-location%} to stone
Wzięte z tego spisu skryptów

 

nie działa crafting

Odnośnik do komentarza
https://skript.pl/temat/6935-stowniarka/#findComment-56115
Udostępnij na innych stronach

  • 0

Pomoże ktoś bo nie działa Crafting:

options:    time: 2on script load:    register new shapeless recipe for end stone using redstone, iron ingot, redstone, iron ingot, stone, iron ingot, redstone, piston, redstoneon place of end stone:    if block at event-location is end stone:        if block above event-location is air:            set block above event-location to stoneon break of stone:    set {_loc.%event-location%} to event-location    wait {@time} second    if block under {_loc.%event-location%} is end stone:        if block at {_loc.%event-location%} is air:            set block at {_loc.%event-location%} to stone
Odnośnik do komentarza
https://skript.pl/temat/6935-stowniarka/#findComment-56136
Udostępnij na innych stronach

  • 0

Masz błąd

 

 

Pomoże ktoś bo nie działa Crafting:

on script load:    register new shapeless recipe for end stone using redstone, iron ingot, redstone, iron ingot, stone, iron ingot, redstone, piston, redstone

napisz zamiast shapeless to shaped recipe

Odnośnik do komentarza
https://skript.pl/temat/6935-stowniarka/#findComment-56159
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ę...