Vertically Stacked Dimensions

Vertically Stacked Dimensions

1M Downloads

No Way to Remove Bedrock in Extra Utilities 2 Deep Dark

hijackster99 opened this issue ยท 3 comments

commented

What happened

None of the options for removing the bedrock layers seem to work in the deep dark

What I did

happens always

Used versions

Minecraft-1.12.2
VerticallyStackedDimensions-0.1.6
CD4017BE_lib-6.4.14.1
Forge-14.23.5.2846
other installed mods (only relevant ones, like those providing dimensions to your dimension stacks or modifying terrain generation)

Extra Utils 2

commented

Are there any [dimstack] log entries on WARN, ERROR or FATAL level?

commented

I didn't see anything in the log files

commented

I tried to verify this myself and got this in the console log (in bold red highlighted):

[04:24:24] [Server thread/FATAL] [dimstack]: The chunk generator com.rwtema.extrautils2.dimensions.deep_dark.ChunkProviderDeepDark did not trigger net.minecraftforge.event.terraingen.InitNoiseGensEvent during initialization!
Please report this issue to the mod author of the above mentionied ChunkGenerator.
[04:24:24] [Server thread/WARN] [dimstack]: Could not provide native noise fields and RNG for dimension id -11325: Deep Dark!
Terrain features that depend on these won't work correctly.
[04:24:24] [Server thread/FATAL] [dimstack]: The chunk generator com.rwtema.extrautils2.dimensions.deep_dark.ChunkProviderDeepDark doesn't trigger net.minecraftforge.event.terraingen.ChunkGeneratorEvent$ReplaceBiomeBlocks when generating chunks!
Please report this issue to the mod author of the above mentionied ChunkGenerator.
[04:24:24] [Server thread/WARN] [dimstack]: Switching to inefficient terrain generation during chunk population.

The direct bedrock deactivation feature unfortunately also depends on the ReplaceBiomeBlocks forge event in order to function.
But the chunk population hook still works for the deep dark so you could remove the bedrock via block replacement.