• 0

    posted a message on Having trouble with a noise function for random generation
    public boolean generate(World world, Random rand, int x, int y, int z)
    {
    if(PerlinNoise_X(x) > 1 && PerlinNoise_Y(y) > 1 && PerlinNoise_Z(z) > 1)
    {
    world.setBlockWithNotify(x, y, z, mod_HeavenAndHell.HeavenCloud.blockID);
    return true;
    }
    return false;
    }



    First, why is there a rand argument if you don't use it.
    Second, I want to see a picture of the scatter, and what you really want.

    Edit: I looked at perlin noise, and, I hate to break it to you, that ain't perlin noise. That site has gotten a bad rep from people that know that perlin noise is. Perlin noise is a gradient noise, while that is value noise.

    Also, are you sure you mean 3 noises, or a 3d noise, because the second one is what I believe CG clouds are made from.
    Posted in: Modification Development
  • 0

    posted a message on ChickenBones Mods
    I am never getting past the fact that adf.ly uses an .exe file(i.e. virus). Do I need to bring up the NBTEdit virus again(my computer was infected and the AV didn't see it). If you need to have an ad or some money, find another place. And to every one looking to add a download link, please don't make it adf.ly, for reasons explained.Oh, and cute kitty
    Posted in: Minecraft Mods
  • 0

    posted a message on Wrong Skin? [1.3.1]
    I have this problem too ._. It's very annoying as I was trying to show my skin off to my friends at the time, but when I joined it appeared I was steve.


    Luckily I made a statue of me the day before it reverted. And I still have the skin on my computer as zombie.png (for 1.3 and earlier).
    For some reason minecraft stretches the zombie.png image if it is 1.3 or earlier, instead of more intuitive way of just adding some blank space (its the 4:3 on 16:9 problem all over again).
    Posted in: Legacy Support
  • To post a comment, please .