Jump to content

Random ore generator


Girlfy

Recommended Posts

I'm trying to make a random ore generator for a server when cobblestone forms. I've found a couple skripts but none seem to work. This is the skript 

on block form of cobblestone:
    chance of 50%:
        set event-block to diamond ore
        stop
    chance of 3%:
        set event-block to gold ore
        stop
    chance of 5%:
        set event-block to iron ore
        stop
    chance of 10%:
        set event-block to coal ore
        stop
    chance of 0.5%:
        set event-block to emerald ore
        stop
    chance of 1.2%:
        set event-block to redstone ore
        stop
    chance of 1.2%:
        set event-block to lapis lazuli ore

Can anyone find a working one for this current version?

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...