Jump to content

idk what to name this


BOXEY

Recommended Posts

try this (WARNING: NOT TESTED)

on block growth:
    if event-block is stone:
        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

 

  • Like 1
  • Thanks 1

Every time you tell a lie, You'll have to tell a 100 more.

Link to comment
Share on other sites

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...