Jump to content

Recommended Posts

Posted

I am having trouble generating ores

 

I found this (supposedly working example) and modified it for my ore and mod

 

  Reveal hidden contents

 

 

and i've added it using these:

 

  Reveal hidden contents

 

 

yet when i go into a new world, I cannot find any of the ore, I've tried increasing the numbers, but still nothing.

 

Any help?

I am new to modding Minecraft. I've tried for hours to find solutions before posting here, so I really need help.

Posted

I'm using this

 

  Reveal hidden contents

 

Posted
  On 10/18/2012 at 2:08 PM, Marvin said:

I'm using this

 

  Reveal hidden contents

 

 

That is not how to do it with forge!

 

 

@kintick: Anyway, your code _should_ work. I have to look into this further with the WorldGenMineable class.

Also make sure you're generating only in the overworld dimension by checking this:

if(world.getWorldInfo().getDimension() == 0)

 

EDIT: Where do you register your WorldGenerator?

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

  Quote

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted

It's working,

 

Final code for reference:

 

  Reveal hidden contents

 

I am new to modding Minecraft. I've tried for hours to find solutions before posting here, so I really need help.

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.