Illuminations ๐Ÿ”ฅ

Illuminations ๐Ÿ”ฅ

6M Downloads

Glow Worms Not Spawning

Tactical-Shrubbery opened this issue ยท 2 comments

commented

Even with all the settings cranked up to maximum, not even a single glow worm spawns.

commented

Can confirm, I have the same issue.

commented

Seems to be this part of the code:

public static final BiPredicate<World, BlockPos> GLOWWORM_LOCATION_PREDICATE = (world, blockPos) -> world.getBlockState(blockPos).getBlock() == Blocks.CAVE_AIR;

Seems like caves just don't always contain cave-air.
Also see https://bugs.mojang.com/browse/MC-214816