Generate world by minecraft.jar

Discussion in 'Plugin Development' started by Tomasko, Mar 24, 2014.

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

    Tomasko

    Hello :)
    How can I block generating some chunks in the world and generate other instead of them. For example I want to generate world without ocean chunk and if it's possible, I want to generate Plain chunk instead of ocean.
    Thanks for answering :)
     
  2. Offline

    PizzaPixel

    Tomasko so you mean replacing biomes?
     
  3. Offline

    GaaTavares

    I know you want to code it but you can easily disable oceans and other things with TerrainControl. I'm not sure but I think there is an event for chunk generation.. lemesee

    Edit: try TheRage66 event
     
  4. Offline

    TheRage66

  5. Offline

    Tomasko

    PizzaPixel yes.
    TheRage66 i know about this event, I want to know how to change chunk type(like into plain). If you can, tell me the method or how to do :)
     
  6. Offline

    TheRage66

    Tomasko

    I'm going to take a wild guess because I don't mess with chunks too much. Maybe check a few chunks and see if they contain water then change it to something else? I'm probably wrong I'll mess around with the event.
     
  7. Offline

    Tomasko

    Okey, I change topic how to generate world by minecraft.jar. Anybody have ideas?
     
  8. Offline

    Tomasko

    Or any chance to use world generator from oldest minecraft(alpha)? :) (bump)
     
  9. Offline

    RawCode

    answer is terrain control
     
  10. Offline

    Tomasko

    RawCode can you show me example of use teraincontroll api for generaator from alpha?
     
  11. Offline

    RawCode

    start from opening terrain control thread and reading it.
     
Thread Status:
Not open for further replies.

Share This Page