Worldgenerating

Discussion in 'Plugin Development' started by greaperc4, Aug 18, 2014.

Thread Status:
Not open for further replies.
  1. Hi there,

    I am trying to understand worldgenerators and such
    but I want some Stalagmites and Stalactites in the world.

    Here is a link to a picture, This is what I want it to look like
    [​IMG]

    If someone knows how it would be very helpfull!

    Thanks

    Greaperc4
     
  2. I think you can just use the chunkpopulateevent
     

  3. Iknow...

    I just want to know how to create Stalactites and Stalagmites as code..
    Have you even read what my Question was ?
     
  4. I didn't saw a question
     
  5. wouw...

    My question was if someone knows how to create the Stalagmites and Stalactites in code ........
     
  6. Go for every x and z location and then the y and check if it's stone then some air then stone, ifso just create one or two blocks below each other with the world.getBlockAt(loc).SetType(mat);
    Can't really give examples, I'm on my phone.
     
  7. Like I said: I want to know how to create the Stalagmites and Stalactites..
    I already have a world with custom structures and suchs, I only dont know how to create the Stalagmites and Stalactites
     
  8. Offline

    molenzwiebel

    You can't just expect us to write code for you. We have given you plenty of hints on how to generate structures. Have a look at the bukkit world generation API and try to figure it out, or make a request in the Plugin Requests forum.
     
Thread Status:
Not open for further replies.

Share This Page