Jump to content

Recommended Posts

Posted

Hey all, new here. I'm trying to make a mod that makes the entire minecraft world be underground (I'm planning on adding whole underground ecosystems)

 

Yes, I know it's been tried before. No, I don't care.  ;D

 

So since I'm new to the whole minecraft modding thing, does anyone know how to radically alter how the world generates? I want rock almost all the way up to max world height, and I want to know where and how cave generation works. I did some cursory poking around on the web and I couldn't find any good tutorials on this.

(If you know of one, by all means post a link to it in lieu of an answer.)

 

Thanks!

Posted

You could create a new world type, use the hell world chunk provider(since it only has one biome), and set the biome's min/max height to the highest possible. The nether should show a bit more depth on how to do it since that's basically what you're making.

Posted

So would I make a class that inherits World and set the ChunkProvider to the hell one?

 

I'm still somewhat unfamiliar with the code base, so I'm not sure what exact classes you are referring to.

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.