Skocz do zawartości
  • 0

Poprawa Stowniarki


MArianek
 Udostępnij

Pytanie

Mogli byscie dodać w tym scripcie ze po wybuchu tnt niszczy sie

on script load:
    register new shapeless recipe for emerald ore named "&aStoniarka" using diamond, stone, diamond, stone, emerald, stone, diamond, stone, diamond

on place:
    if event-block is emerald ore named "&aStoniarka":
        add location of target block to {stoniarki::*}
        set event-block to stone

every 1 second:
    loop {stoniarki::*}:
        set block at location of loop-value to stone

on break stone:
    if player is holding gold pickaxe:
        loop {stoniarki::*}:
            remove location of target block from {stoniarki::*}



~ Wstawiam w kod. - Oedeopol

Edytowane przez Oedeopol
Odnośnik do komentarza
Udostępnij na innych stronach

4 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

A ten skript nie był by lepszy ;)

options:
	time: 1.7
	crafting_1: stone
	crafting_2: stone
	crafting_3: stone
	crafting_4: stone
	crafting_5: stone
	crafting_6: stone
	crafting_7: stone
	crafting_8: stone
	crafting_9: stone
on script load:
	register new shaped recipe for end stone named "&8######## &c&LSTONIARKA &8########" 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 stone
on place of end stone:
	if name of the player's tool is "&8######## &c&LSTONIARKA &8########":
		set {s.%event-block%} to true
on 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
			stop
on break of End Stone:
	cancel event
	set block to air
	drop End Stone named "&8######## &c&LSTONIARKA &8########"

 

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

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