Immersive Portals

Immersive Portals

5M Downloads

[1.17] obsidian generates at y=0 and top of nether

milkev opened this issue ยท 5 comments

commented

*am on latest version of immersive portals, fabric and fabric api, as of this post.

when using a datapack that extends the world height to -64, the obsidian barrier generates not only at y=0 (the previous world bottom) but also at the top of the nether. i feel like the top of the nether one is supposed to be there, but the bottom of the overworld will likely have to move dynamically depending on the world bottom, if possible.

commented

Which datapack do you use? Post the link

commented

I cannot load this datapack during world creation, even without any mod. How did you load it?
Error message:

Missing value [1] : ResourceKey[minecraft:worldgen/configured_feature / wythers:caves/hanging_roots]; Missing value [2] : ResourceKey[minecraft:worldgen/configured_feature / wythers:caves/grass_roots]; Missing value [1] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/block_pile_smooth_red_sandstone]; Missing value [2] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/block_pile_dark_oak_leaves]; Missing value [3] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_base]; Missing value [4] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_5]; Missing value [5] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_6]; Missing value [6] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_7]; Missing value [7] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_11]; Missing value [8] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_12]; Missing value [9] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_10]; Missing value [10] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_8]; Missing value [11] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_8_on_8]; Missing value [12] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_9]; Missing value [13] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_9_on_9]; Missing value [14] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_10_on_10]; Missing value [15] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_saguaro_15]; Missing value [16] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/flowers]; Missing value [18] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_berries]; Missing value [19] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/patch_dark_oak_leaves]; Missing value [22] : ResourceKey[minecraft:worldgen/configured_feature / wythers:generic/patch_stones_south_2]; Missing value [23] : ResourceKey[minecraft:worldgen/configured_feature / wythers:generic/patch_stones_east_3]; Missing value [0] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/disk_red_sandstone_beach]; Missing value [1] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/double_squared_red_sand_edge]; Missing value [26] : ResourceKey[minecraft:worldgen/configured_feature / wythers:badlands/cnb_ores_grass]; Missing value [27] : ResourceKey[minecraft:worldgen/configured_feature / wythers:generic/heightmap_ore_coarse_dirt_in_grass]; Missing value: ResourceKey[minecraft:worldgen/configured_surface_builder / wythers:badlands]

commented

Hi I second this. I do not have that data-pack installed anymore, but since I installed Bether Nether which has just came out I have bedrock generated just below overworlds obsidian layer. When I installed a mod to remove bedrock completely then there was no obsidian just stone.

I belive if a mod or datapack modifies the nether after Immersive Portal replaces bedrock with obsidian then that mod overwrites the changes?

I am using stacked dimensions by the way.

commented

Ok it was New Cave mod not Bether Nether. I installed Wythers datapack. If you go in your Your Minecraft Instance config\openloader\data\1william-wythers-overhauled-overworld-for-1-17.zip\data\minecraft\worldgen\noise_settings

open up overworld.json and modify this:

"bedrock_floor_position": 0,
to
"bedrock_floor_position": -2147483648,
Also do the same for the addon if you have it installed