Bu Skripti Düzenlermisiniz

BaranSL

Marangoz
Mesajlar
40
En iyi cevaplar
0
Beğeniler
1
Puanları
40
Merhaba ben @furkan3000 den bi skript istemiştim bu skript eğer bi bedrockun yanında karpuz olursa kırıyor ve 1-6 arası karpuz veriyor ama bu balkabaği içinde yapmak istiyorum kendim denedim olmadı yapan olursa diye buraya bırakıyorum

Kod:
on place of bedrock:
    add event-location to {kiricilar::*}
    
on break of bedrock:
    remove event-location from {kiricilar::*}
    
on every second:
    loop {kiricilar::*}:
        set {_loc} to location at loop-value
        
        add 1 to x location of {_loc}
        if block at {_loc} is melon:
            set block at {_loc} to air
            set {_int} to a random integer between 1 and 6
            loop {_int} times:
                drop melon slice at {_loc}
        remove 2 from x location of {_loc}
        if block at {_loc} is melon:
            set block at {_loc} to air
            set {_int} to a random integer between 1 and 6
            loop {_int} times:
                drop melon slice at {_loc}
        add 1 to x location of {_loc}
        remove 1 from z location of {_loc}
        if block at {_loc} is melon:
            set block at {_loc} to air
            set {_int} to a random integer between 1 and 6
            loop {_int} times:
                drop melon slice at {_loc}
        add 2 to z location of {_loc}
        if block at {_loc} is melon:
            set block at {_loc} to air
            set {_int} to a random integer between 1 and 6
            loop {_int} times:
                drop melon slice at {_loc}
 



Üst