World Generation

Discussion in 'Plugin Development' started by mike0631, Jan 6, 2014.

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

    mike0631

    Hello,

    I want my plugin to generate a world (1000 x 1000), surrounded by bedrock and spawn in the middle.
    How can I achieve this?
     
  2. Offline

    nuclearmissile

    Well, if you know how to create large rectangles of material using for loops, you can simply use default world gen and then put bedrock walls 500 blocks in each direction from spawn. If you want a custom worldgen within the walls, you may have to find a tutorial on how to modify worldgen to adequately understand it.
     
Thread Status:
Not open for further replies.

Share This Page