Could anyone recommend an algorith for generating a vien of a specific type of block?

Discussion in 'Plugin Development' started by VoidWhisperer, Aug 14, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    VoidWhisperer

    Like, for example, if i wanted to make it generate a coal vien, what is a good algorith to use to figure out the positions of the ores in the vien?
     
  2. Offline

    lol768

    Take a look at the Minecraft world generation source perhaps?
     
  3. Offline

    VoidWhisperer

    I'm not sure if notch's would work with what i'm doing, as i am trying to gen ores into the nether ;p

    Bump? :eek:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  4. Offline

    Firefly

    That would help, since you could see what algorithm they use for the normal world generation, and tweak it to your heart's content.
     
  5. Offline

    Jnorr44

    Override the default minecraft ore vein method. Thats probably the simplest way.
     
  6. Offline

    VoidWhisperer

    Mkay then..
     
Thread Status:
Not open for further replies.

Share This Page