Oil spawn in mid-air on superflat
n00b7 opened this issue ยท 7 comments
I can add to this in saying this issue is still in the 1.12.2 release. Found one exactly like this in the twilight forest.
the twilight forest isn't a superflat so a bit of a seperate issue, you can prevent oil spawning in there by adding the dimension to the blacklist in the config
I was just noting it because the twilight forest has a ground level at around 32 blocks up. It seems somewhat relevant that this issue is seemingly universal to any dimension that doesn't have a ground level at block 64.
that's a seperate thing and is to avoid runaway terraingen, the determining of a ground lvl needs to be re-added but that's not easy while still trying to avoid runaway terraingen
I suppose there are technically 2 different issues here: that oil spawns in superflat biomes (at all), and that the oil tendrils are hardcoded to generate at y=64, even in the overworld. The first one can probably be fixed by cancelling generation if the world type is superflat, the second might be fixable by moving where Y-level of the tendril is decided from the generation code to the normal generation code.