Jump to content

[1.16.3] How to change overworld-nether ratio


menackni

Recommended Posts

protected static final DimensionType NETHER_TYPE = new DimensionType(OptionalLong.of(18000L), false, true, true, false, 8.0D, false, true, false, true, false, 128, FuzzedBiomeMagnifier.INSTANCE, BlockTags.INFINIBURN_NETHER.getName(), THE_NETHER_ID, 0.1F);

This code in DimensionType class.

I found that 8.0D its what i need but i dosent know how to change this or override nether_type.

If mod with same functionality exist you can give me url (i need it for my mod pack).

Edited by menackni
Link to comment
Share on other sites

  • menackni changed the title to [1.16.3] How to change overworld-nether ratio
1 hour ago, menackni said:

This code in DimensionType class.

I found that 8.0D its what i need but i dosent know how to change this or override nether_type.

If mod with same functionality exist you can give me url (i need it for my mod pack).

you have to overwrite the DimensionType file (minecraft / data / dimension_type / the_nether.json)
create a file with the exact name in this directory, take a look at these two links
my dimension type for a new dimension and the minecraft wiki for dimensions (look at the vanilla defaults)

https://github.com/Luis-st/Forge-1.16.5-Nero/blob/main/src/main/resources/data/nero/dimension_type/deepslate.json
https://minecraft.fandom.com/wiki/Custom_dimension

  • Like 1
Link to comment
Share on other sites

15 hours ago, Luis_ST said:

you have to overwrite the DimensionType file (minecraft / data / dimension_type / the_nether.json)
create a file with the exact name in this directory, take a look at these two links
my dimension type for a new dimension and the minecraft wiki for dimensions (look at the vanilla defaults)

https://github.com/Luis-st/Forge-1.16.5-Nero/blob/main/src/main/resources/data/nero/dimension_type/deepslate.json
https://minecraft.fandom.com/wiki/Custom_dimension

Thank you, that's works perfectly.

Link to comment
Share on other sites

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.