Jump to content

Recommended Posts

Posted

Hello. I'm trying to make a custom dimension, but whatever I try it keeps generating weird blocks instead of what it's supposed to. For example, the first time I tried it made the world entirely stone bricks, the second time instead of dirt it was giant brown mushroom top blocks instead of grass, and stone bricks for everything else!! Here's my

Chunkprovider:

 

  Reveal hidden contents

 

Worldprovider:

 

  Reveal hidden contents

 

And Biomegen Class:

 

  Reveal hidden contents

 

 

Any help would be GREATLY appreciated, i've been trying to solve this for QUITE a while now!!

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

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

Posted

I haven't dealt with such advanced world gen or any custom chunk and world providers, but I did notice something abnormal in this segment of code:

 

 

  Reveal hidden contents

 

 

If you are using

this.dimensionId

when instantiating

this.worldChunkMgr

, should you set it to Main.dimensionId BEFORE instantiating

this.worldChunkMgr

?

 

So change it to:

 

  Reveal hidden contents

 

 

Just a thought. =)

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.