Hi there!
I've been coding my mod, The Creep Mod, for a while now, and have been quite successful in making it. The only thing that bothers me is that I have been generating floating islands above ground with the ore generator. This would be fine, except for the fact that:
a) The islands are too elliptical, and
b) It is quite possibly the slowest thing in the universe, causing almost game-breaking lag.
That's why I want to start generating these islands with the noise generator. I understand how noise generators work, albeit in a basic sense (generating a greyscaled image, and then interpolating between the pixels). My only problem is with how Minecraft implements and uses noise generators, as the variable names make it cryptic to say the very least. If someone could provide me with an explanation and, if possible, some code on how to implement basic noise, that would be brilliant!
Cheers,
~ MCZ