Working with chunks before generation

Discussion in 'Plugin Development' started by Zaros, Mar 5, 2013.

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

    Zaros

    I've been on a hiatus for a while, I was hoping someone could point me in the right direction. I am attempting to catch chunks before they are generated and set their biome. I've looked into creating a new world with WorldCreator, but it requires me having multiple worlds or doing fancy work to remove the default world. Is there an event I can catch and a method I can use to grab chunks right before they generate, including the initial chunk?
     
  2. Offline

    Nitnelave

    Why do you want to modify them before they are created? Why not right after?
     
  3. Offline

    iWareWolf

  4. Offline

    Zaros

    Nitnelave
    I want to modify information about the chunk like biome and height before it was made/placed, and I assumed that I would have to therefore catch it, cancel the event, and make the chunk with my settings instead.

    iWareWolf
    Looks like a good place for me to start. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page