Oil Not Generating
cyberdragon442 opened this issue ยท 4 comments
For feature requests, just erase this template and clearly describe the feature you'd like to see
Minecraft Version
1.15.2
Forge Version
31.1.73
Mod Version
1.1.2-14
Describe your problem, including steps to reproduce it
Oil does not seem to generate anywhere in the world (above or below ground). This was inspected by flying around in spectator.
This is potentially a mod conflict. We have several major worldgen mods including:
Terraforged
Quark
Biomes o' Plenty
As well as these other mods that effect land based worldgen (besides just adding ores):
PreGenForge
DungeonCrawl
Any other comments?
Other odd (possibly related) effects noted:
Water does not seem to spawn outside of oceans either...no surface lakes or cave water but tons of lava underground.
Almost certainly related, since PNC oil uses the same lake gen code that water does. If you can find a world with working lakes and no oil then I'll take a look, but so far none of my test worlds have any missing oil, so I'm going to blame some other mod's worldgen for this.
Looks to me like TerraForged is being overbroad with its blacklisting, then. I use the vanilla Feature.LAKE
, but that's about it. TerraForged shouldn't be assuming that all decorators using that feature type are vanilla lakes.