Jump to content

Recommended Posts

Posted

Hello! My dimension is deciding to be stubborn, and not generate the blocks it's supposed to! I've been trying to solve this for months, with no luck! Does anyone know what's causing this? I'll put all the files relating to my dimension here:

ChunkProviderDarkAether:

 

  Reveal hidden contents

 

 

WorldProviderDarkAgon:

 

  Reveal hidden contents

 

 

BiomeGenDarkAgon

 

  Reveal hidden contents

 

Do you need my main? I'll put it here just in case:

Main:

 

  Reveal hidden contents

 

I'm fairly certain it's something related to my biome, because I mistakenly registered it with forge and the dark agon biome generated in the overworld, and the same thing happened width=20 height=20http://static.minecraftforum.net//public/style_emoticons/default/wacko.png[/img] .

Creator of Metroid Cubed! Power Suits, Beams, Hypermode and more!

width=174 height=100http://i.imgur.com/ghgWmA3.jpg[/img]

Posted

So the dimension generate it self but don't with the right blocks?

It can be caused by not casting blockID-s to byte when adding it to the noisearray or something like that.

I hope you will find the problem.

Sorry for my bad English!

FBalazs

Posted

Well, I had this EXACT SAME ERROR at the beginning of my own mod.

 

Your issue is that it's an out of bounds exception. Your block ID NEEDS to be below or equal to 256 or it can't be cast as a byte.

 

In my issue, it generated Quartz Ore instead of my block.

-Mitchellbrine

 

  Quote

Minecraft can do ANYTHING, it's coded in Java and you got the full power of Java behind you when you code. So nothing is impossible.

It may be freaking fucking hard though, but still possible ;)

 

If you create a topic on Modder Support, live by this motto:

  Quote
I don't want your charity, I want your information

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.