Change The Way Snow Collects? Please Help.

Discussion in 'Plugin Development' started by SnowGears, Aug 9, 2012.

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

    SnowGears

    I am making a plugin that will change the way snow biomes make snow in the world.

    What I want to know is, is there an event dealing with snow collection on blocks?
    I know there is BlockFormEvent but that only is called when a new block is formed. I would like to add layers to the already existing snow on the ground (if it is snowing) but only a little at a time (like snow normally collects on the ground already only it will stack up in piles)

    If anyone can give me any pointers on this that would be great because I'm somewhat lost...

    Oh and I was thinking I should probably use world.hasStorm() and check if the biome is snow. But still not sure about the issue. Thanks

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

    civ77

  3. Offline

    SnowGears

    Thats perfect! Now I just need to change it so the snow will only grow in snow biomes if its snowing. Thanks
     
Thread Status:
Not open for further replies.

Share This Page