kwpugh / mining_Dimensions

Creative Commons Zero v1.0 Universal
1 stars 8 forks source link

Bedrock Layer is not generated using Cave Biomes + Minecraft 1.18 Datapack #1

Closed kalinzange closed 2 years ago

kalinzange commented 2 years ago

Hi,

not sure what to describe better this issue but the title resumes everything. I have Cave Biomes and the Minecraft 1.18 Datapack (Makes us go y -64) if we enter on the mining dimension (CobbleStone Portal) we don't have a bedrock layer. Not sure if this intentional or expected behaviour from your mod. Screenshot Below:

image

kwpugh commented 2 years ago

If you are using the CavesAndCliffsPreview data pack, you have to enable the option for worldgen in the Gobber config.

kalinzange commented 2 years ago

We are not using Gobber Mod. This is a Singleplayer World

kwpugh commented 2 years ago

BTW: mods that add dimensions for 1.17 are going to be designed for worlds with 1.17 world height, not 1.18 height.

kwpugh commented 2 years ago

Sorry, Mining Dimension.

kalinzange commented 2 years ago

BTW: mods that add dimensions for 1.17 are going to be designed for worlds with 1.17 world height, not 1.18 height.

Ah.. Okay then!

My config for Mining Dimension only shows:

{
    /* 

       ***********************
       Dimensions
       ***********************
    */
    "enableMining": true,
    "enableHunting": true,
    "enableCaving": true,
    "enableNethering": true
}
kwpugh commented 2 years ago

I'm confused, sorry. Mining dim will not support 1.18 world height.

kwpugh commented 2 years ago

I was thinking about ore gen.

kalinzange commented 2 years ago

I see, no problem then! Once 1.18 is out do you have plans to have it supported or the mod updated?

kwpugh commented 2 years ago

When mods go to 1.18, they will support 1.18 features. 1.18 is due out in about 5 months.

kalinzange commented 2 years ago

When mods go to 1.18, they will support 1.18 features. 1.18 does out in about 5 months.

I know 😄 Thanks for it!

kwpugh commented 2 years ago

Just be careful, I have talked to several other mod authors and there have been some bad issues using the 1.18 preview data pack with mods, crashes, and corrupted world. It is not recommended for use with mods.

kalinzange commented 2 years ago

Oh thanks for the heads up, currently I'm just creating a modpack with the 1.18 preview to see how the cliffs look like, this is just for tests and see where it goes also my worlds are on creative for me to try out so, thank you 😄 I will probably delete it once I'm done with the tests

kwpugh commented 2 years ago

Best of luck.