Jump to content

[Help]Surface WorldGeneration


thomas6886

Recommended Posts

Hey guys,

 

I have a question, i'm working on a mod, and i've hit the point where i need to generate something on the surface only in swamplands, what do i have to give it for the y coord and how do i make a block only spawn in certain biomes. In my case Swampland.

 

Thomas

 

P.S. This is the part I need to edit:

 

int Xcoord = blockX + random.nextInt(1);

            int Ycoord = random.nextInt(1) + 10;

            int Zcoord = blockZ + random.nextInt(1);

            (new WorldGenMinable(Dutchmodmain.veenblok.blockID, 30)).generate(world, random, Xcoord, Ycoord, Zcoord);

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.