Jump to content

Where can I find the specific generation stats for diamond, iron or redstone in


Recommended Posts

Posted

I've tried looking in WorldGenMinable and BiomeDecorator I can find the instance of the generation, but I need the actual digits so I can alter my custom ores in my modgen class, as im trying to get them to spawn as frequent as iron.

 

I am looking for the base stats to base my world gen off

 

this.copperore = new ModWorldGenMinable(ModBlocks.copperore.getDefaultState(), 9);

this.tinore = new ModWorldGenMinable(ModBlocks.tinore.getDefaultState(), 8);

 

this.runGenerator(copperore, world, random, chunkX, chunkX, chunkZ, 95, 0, 75);

this.runGenerator(tinore, world, random, chunkX, chunkX, chunkZ, 90, 0, 70);

 

Posted

Are you looking for

ChunkProviderSettings

?

There are hardcoded defaults of world generation settings. (The gui when you choose to make a custom world)

I try my best, so apologies if I said something obviously stupid!

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.