xcazzeri28
Kömür Madencisi
- En iyi cevaplar
- 1
Silindi.
Son düzenleme:
işe yaradı çok teşekkür ederim
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.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ı
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 ??İş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
İş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[/
ilk yerdeki on block growth hata veriyor kaynagi nedir acaba