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
  On 4/25/2020 at 8:03 AM, MaiTheLord said:

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

Expand  

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
  On 4/25/2020 at 9:49 AM, 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

Expand  

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

Posted
  On 4/26/2020 at 7:44 AM, MaiTheLord said:

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

Expand  

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.

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.