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 If someone knows how it would be very helpfull! Thanks Greaperc4
Iknow... I just want to know how to create Stalactites and Stalagmites as code.. Have you even read what my Question was ?
wouw... My question was if someone knows how to create the Stalagmites and Stalactites in code ........
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.
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
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.