Jump to content

Recommended Posts

Posted

Hello, I am trying to make a mod with custom dimension. I've been created the dimension, a biome and all this stuff, but when I am trying to get into it with the forge command its brings me into a blank void world.

GitHub

 

Thanks for advice.

 

Posted
1 hour ago, MaiTheLord said:

Sorry about that. I've made the repository public.

So definitely first, I would update your forge and mappings to the latest. Makes development much easier.

 

And you dimension is empty most likely because your chunk generator (class responsible for generating chunks/building the shape of the world) is empty.

McJty has a dimension tutorial that has a simple chunk generator implemented you could take a look at: https://wiki.mcjty.eu/modding/index.php?title=Tut14_Ep12

Posted
21 hours ago, Ugdhar said:

So definitely first, I would update your forge and mappings to the latest. Makes development much easier.

 

And you dimension is empty most likely because your chunk generator (class responsible for generating chunks/building the shape of the world) is empty.

McJty has a dimension tutorial that has a simple chunk generator implemented you could take a look at: https://wiki.mcjty.eu/modding/index.php?title=Tut14_Ep12

I've followed the tutorial, but the dimension is still void. maybe I've missed something? the github updated.

Posted
1 minute ago, DarKnighT_0_9 said:

Your generateSurface method in HeavenChunkGenerator is empty.

Thanks, but I don't understand what I need to put there, do you have a tutorial / example?

Posted
Just now, MaiTheLord said:

Thanks, but I don't understand what I need to put there, do you have a tutorial / example?

Well it really just depends on how you want your chunks to generate. Unless you want something very specific you should probably have that class extend NoiseChunkGenerator instead.

Posted
41 minutes ago, DarKnighT_0_9 said:

Well it really just depends on how you want your chunks to generate. Unless you want something very specific you should probably have that class extend NoiseChunkGenerator instead.

Thank You, I will try 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.