İstek Silindi.

ChiaX

Team Arcenia
Emektar Üye
En iyi cevaplar
37
Buyurun:

Kod:
on break cobblestone:
    if player has permission "izin.kiriktas":
        chance of 30%:
            set event-block to stone
        chance of 10%:
            set event-block to iron ore

"izin.kiriktas" a sahip olan oyuncular için geçerlidir. :)
 

ChiaX

Team Arcenia
Emektar Üye
En iyi cevaplar
37
fakat bir şey sölicem cobblestone kırdıktan sonra %30 stone geliyor %10 iron ore fakat bu başka oldu yani şöle istemiştim su ile lav birleşince %30 şansla stone oluşması %10 şansla iron ore geri kalanda normal bişe oluşmadan cobblestone oluşması

Onu gerçekleştirmek... nasıl olur. Hmm:ciddi:
 

ChiaX

Team Arcenia
Emektar Üye
En iyi cevaplar
37
fakat bir şey sölicem cobblestone kırdıktan sonra %30 stone geliyor %10 iron ore fakat bu başka oldu yani şöle istemiştim su ile lav birleşince %30 şansla stone oluşması %10 şansla iron ore geri kalanda normal bişe oluşmadan cobblestone oluşması
Belki oluyordur ama ben sanmıyorum.
 

Mirai

Sanırım burası boş.
En iyi cevaplar
12
İşine y(a)rayabilir.
Kod:
on block growth:
    if event-block is cobblestone:
        chance of 30%:
            set event-block to coal ore
            stop
        chance of 17%:
            set event-block to stone
            stop
        chance of 17%:
            set event-block to cobblestone
            stop
        chance of 14%:
            set event-block to iron ore
            stop
        chance of 9%:
            set  event-block to gold ore
            stop
        chance of 9%:
            set event-block to quartz ore
            stop
        chance of 2%:
            set event-block to diamond ore
            stop
        chance of 1%:
            set event-block to emerald ore
            stop
 

Timgr

Yeni Doğmuş
En iyi cevaplar
0
İşine y(a)rayabilir.
Kod:
on block growth:
    if event-block is cobblestone:
        chance of 30%:
            set event-block to coal ore
            stop
        chance of 17%:
            set event-block to stone
            stop
        chance of 17%:
            set event-block to cobblestone
            stop
        chance of 14%:
            set event-block to iron ore
            stop
        chance of 9%:
            set  event-block to gold ore
            stop
        chance of 9%:
            set event-block to quartz ore
            stop
        chance of 2%:
            set event-block to diamond ore
            stop
        chance of 1%:
            set event-block to emerald ore
            stop
Bloka can verme komutu biliyormusunuz ??
 

BurakKing37

Sudan Çıkmış
En iyi cevaplar
0
İşine y(a)rayabilir.
Kod:
on block growth:
    if event-block is cobblestone:
        chance of 30%:
            set event-block to coal ore
            stop
        chance of 17%:
            set event-block to stone
            stop
        chance of 17%:
            set event-block to cobblestone
            stop
        chance of 14%:
            set event-block to iron ore
            stop
        chance of 9%:
            set  event-block to gold ore
            stop
        chance of 9%:
            set event-block to quartz ore
            stop
        chance of 2%:
            set event-block to diamond ore
            stop
        chance of 1%:
            set event-block to emerald ore
            stop[/
Kod:
ilk yerdeki on block growth hata veriyor kaynagi nedir acaba
 
Üst