EfeK0
Tasarımcı | Skripter
- Katılım
- 29 Eylül 2019
- Mesajlar
- 664
- Elmaslar
- 326
- Puan
- 15.075
- Minecraft
- _EfeK0_
Discord:
EfeK#6993
Kod:
options:
dünya: "world"
blocks: (cobblestone), (iron ore) or (coal ore)
on break of {@blocks}:
if world of player is {@dünya}:
set {_type} to type of event-block
add location of event-block to {unbreakable::*}
set event-block to bedrock
wait 7 seconds
chance of 40%:
set event-block to cobblestone
chance of 30%:
set event-block to coal ore
chance of 30%:
set event-block to iron ore
remove location of event-block from {unbreakable::*}
set event-block to {_type}