Dungeon resource is causing console errors (Failed to fetch mob spawner entity at X,Y,Z) and they are spawning cut in half or not at all.
SXRWahrheit commented
This occurs when dungeons intersect chunk borders.
PG85 commented
Should be fixed for 0.0.14
PG85 commented
ForgeWorldGenRegion
@Override
public void placeDungeon(Random random, int x, int y, int z)
{
// TODO: dungeons don't spawn due to us not using cave air in caves
Features.MONSTER_ROOM.place(this.worldGenRegion, this.chunkGenerator, random, new BlockPos(x, y, z));
}