Jump to content

[Help!] I get a error when generating new block in my new dimension!


Recommended Posts

Posted

I am making a mod that has the same world generation as the end basically, but I changed it a bit. When I used blocks made in minecraft(Vanilla), it would generate properly. If I use a new block(that I added), it gives me an error  and crashes the game.

 

 

BlockPortalTutorial

  Reveal hidden contents

 

 

mod_Main

  Reveal hidden contents

 

 

 

If anyone would like to see any more of my code, please let me know, I could use as much help as possible.

 

 

ERROR CODE

  Reveal hidden contents

 

 

 

And I am using forge for minecraft 1.5

Posted

Oh here, sorry  :-[ lol        WorldProviderMod

  Reveal hidden contents

 

 

 

ChunkProviderMod

  Reveal hidden contents

 

 

And I don't think I have the chunkmanager and the genlayer.

 

 

And this is what it looks like s far, but I want to replace the grass and dirt and stone with my own version of them.

Posted

When I tried that, this is what it gave me, uHBhSGH.png

 

WorldGenMod

  Reveal hidden contents

 

Posted

It isn't a good idea, to change your ChunkProvider class.

 

One reason is that SpawnerAnimals is being used.

 

I have encountered this error before, so you might not want to remove that specific line of code.

 

I think it is

 

public void decorate()

{

 

}

 

Don't edit ANYTHING in it.

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.